Identifies whether the instance can have graphic overrides.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
C# |
---|
public bool SupportsOverrides { get; } |
Visual Basic |
---|
Public ReadOnly Property SupportsOverrides As Boolean Get |
Visual C++ |
---|
public: property bool SupportsOverrides { bool get (); } |