Share

View.GetCropRegionShapeManagerForReferenceCallout Method

Returns an object for managing view crop region shape for reference callout.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static ViewCropRegionShapeManager GetCropRegionShapeManagerForReferenceCallout(
	Document doc,
	ElementId callout
)

Parameters

doc  Document
Document to which the callout belongs.
callout  ElementId
Element id of reference callout.

Return Value

ViewCropRegionShapeManager
The crop region shape manager.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

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.

See Also

Reference

Was this information helpful?