Revit 2026 API
FormHas |
Tell if the form has any reference profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasOneOrMoreReferenceProfiles { get; }
Public ReadOnly Property HasOneOrMoreReferenceProfiles As Boolean Get
public: property bool HasOneOrMoreReferenceProfiles { bool get (); }
member HasOneOrMoreReferenceProfiles : bool with get
Property Value
BooleanSee Also