Revit 2026 API
Hand |
The support type of the handrail.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId SupportTypeId { get; set; }
Public Property SupportTypeId As ElementId Get Set
public: property ElementId^ SupportTypeId { ElementId^ get (); void set (ElementId^ value); }
member SupportTypeId : ElementId with get, set
Property Value
ElementId
Exception | Condition |
---|---|
ArgumentException | When setting this property: The supportTypeId is not a valid rail support or invalidElementId. |
ArgumentNullException | When setting this property: A non-optional argument was null |
See Also