AlignmentCantLabelGroupCreate(ObjectId) Method |
Creates a new instance of an AlignmentCantLabelGroup on an alignment entity with the default label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
ObjectId alignmentId
)
Public Shared Function Create (
alignmentId As ObjectId
) As ObjectId
public:
static ObjectId Create(
ObjectId alignmentId
)
Parameters
- alignmentId ObjectId
- The alignment in which the label group is located.
Return Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when alignmentId is invalid.
|
See Also