Revit 2025 API
Family |
Indicates if the parameter is instance or type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsInstance { get; }
Public ReadOnly Property IsInstance As Boolean Get
public: property bool IsInstance { bool get (); }
member IsInstance : bool with get
Property Value
BooleanSee Also