AlignmentStationLabelOptionsTypeId Property |
Specifies the ElementId of the label type.
The default value is InvalidElementId. In this case, the default type id for alignment station labels in the document is used.
Namespace: Autodesk.Revit.DB.InfrastructureAssembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ElementId TypeId { get; set; }
Public Property TypeId As ElementId
Get
Set
public:
property ElementId^ TypeId {
ElementId^ get ();
void set (ElementId^ value);
}
member TypeId : ElementId with get, set
Property Value
ElementId
Remarks
See Also