Revit 2025.3 API
Non |
The profile id of the non-continuous rail, or invalidElementId if none.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId ProfileId { get; set; }
Public Property ProfileId As ElementId Get Set
public: property ElementId^ ProfileId { ElementId^ get (); void set (ElementId^ value); }
member ProfileId : ElementId with get, set
Property Value
ElementId| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The profileId is not an Id of a valid NonContinuousRail profile. |
| ArgumentNullException | When setting this property: A non-optional argument was null |
See Also