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.4.2516.0
Syntax
| C# |
|---|
public static ObjectId Create(
AlignmentSpiral entitySpiral,
ObjectId labelStyleId
) |
| Visual Basic |
|---|
Public Shared Function Create ( _
entitySpiral As AlignmentSpiral, _
labelStyleId As ObjectId _
) As ObjectId |
| Visual C++ |
|---|
public:
static ObjectId Create(
AlignmentSpiral^ entitySpiral,
ObjectId labelStyleId
) |
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the labelStyleId is not a valid label style of type: LabelStyleType::AlignmentSpiral.
|
See Also