PointCloudInstance.SupportsOverrides Property

PointCloudInstanceSupportsOverrides Property

Identifies whether the instance can have graphic overrides.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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