AlignmentSpiralLabelCreate(AlignmentSpiral, ObjectId) Method |
Creates a new instance of an AlignmentSpiralLabel an alignment spiral entity with the specified label style in the default layer.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
AlignmentSpiral entitySpiral,
ObjectId labelStyleId
)
Public Shared Function Create (
entitySpiral As AlignmentSpiral,
labelStyleId As ObjectId
) As ObjectId
public:
static ObjectId Create(
AlignmentSpiral^ entitySpiral,
ObjectId labelStyleId
)
Parameters
- entitySpiral AlignmentSpiral
- The alignment entity in which the label is located.
- labelStyleId ObjectId
- The object id of label style for the label.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the labelStyleId is not a valid label style of type: LabelStyleType::AlignmentSpiral.
|
See Also