Share

HandRailType.SupportTypeId Property

The support type of the handrail.


Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

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

Reference

Was this information helpful?