HandRailTypeSupportTypeId Property

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; }

Property Value

ElementId
Exceptions
ExceptionCondition
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