Revit 2022 API |
FamilyParameter..::..IsInstance Property |
FamilyParameter Class See Also |
Indicates if the parameter is instance or type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public bool IsInstance { get; } |
Visual Basic |
---|
Public ReadOnly Property IsInstance As Boolean Get |
Visual C++ |
---|
public: property bool IsInstance { bool get (); } |