Creates a new instance of an AlignmentSpiralLabel an alignment spiral sub-entity with the specified label style in the default layer.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public static ObjectId Create( AlignmentSubEntitySpiral subEntitySpiral, ObjectId labelStyleId )
Visual Basic
Public Shared Function Create ( _ subEntitySpiral As AlignmentSubEntitySpiral, _ labelStyleId As ObjectId _ ) As ObjectId
Visual C++
public: static ObjectId Create( AlignmentSubEntitySpiral^ subEntitySpiral, ObjectId labelStyleId )
Parameters
- subEntitySpiral
- Type: Autodesk.Civil.DatabaseServices.AlignmentSubEntitySpiral
The alignment sub-entity in which the label is located.
- labelStyleId
- Type: ObjectId
The object id of label style for the label.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the labelStyleId is not a valid label style of type: LabelStyleType::AlignmentSpiral. |