AlignmentVerticalGeometryPointLabelGroupCreate Method

Creates a new instance of an AlignmentVerticalGeometryPointLabelGroup on an alignment entity with the label style.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public static ObjectId Create(
	ObjectId styleId,
	ObjectId alignmentId,
	ObjectId verticalAlignmentId
)

Parameters

styleId  ObjectId
The style Id of the new AlignmentVerticalGeometryPointLabelGroup.
alignmentId  ObjectId
ObjectId of the alignment .
verticalAlignmentId  ObjectId
 

Return Value

ObjectId
Exceptions
ExceptionCondition
ArgumentException Thrown when the styleId or alignmentId or profileId is invalid.
See Also