Revit 2025.3 API
FormHas |
Tell if the form has any reference profile.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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