Share

AlignmentStationLabelSetOptions.TypeId Property

Specifies the ElementId of the labels' type. The default value is InvalidElementId. in this case, CreateSet(Alignment, View, AlignmentStationLabelSetOptions) will throw an exception.


Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 26.4.0.0 (26.4.0.0)

Syntax

C#

public ElementId TypeId { get; set; }

Property Value

ElementId

Remarks

Recommended types can be found using IsRecommendedTypeForSet(Element) Other valid types can be found using IsValidType(Element).

See Also

Reference

Was this information helpful?