ViewCropRegionShapeManager.CanHaveShape Property

ViewCropRegionShapeManagerCanHaveShape Property

Verifies that the crop of the associated view is permitted to have a non-rectangular shape.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanHaveShape { get; }
Public ReadOnly Property CanHaveShape As Boolean
	Get
public:
property bool CanHaveShape {
	bool get ();
}
member CanHaveShape : bool with get

Property Value

Boolean
See Also