Form.HasOneOrMoreReferenceProfiles Property

FormHasOneOrMoreReferenceProfiles Property

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

Boolean
See Also