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