<Code Lib>
2024 Method
Changes 0
M

View.GetCropRegionShapeManagerForReferenceCallout

Description:
Returns an object for managing view crop region shape for reference callout.
Remarks:
Reference callout is a view-specific element referencing another view. It can have its own crop region shape which doesn't affect the referenced view.

public static ViewCropRegionShapeManager GetCropRegionShapeManagerForReferenceCallout(
	Document doc,
	ElementId callout
)

Return Value ViewCropRegionShapeManager The crop region shape manager.

Loading…