PointCloudInstance.SupportsOverrides Property

PointCloudInstanceSupportsOverrides Property

Identifies whether the instance can have graphic overrides.

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

Property Value

Boolean
See Also