Creates a new instance of an AlignmentVerticalGeometryPointLabelGroup on an alignment entity with the label style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public static ObjectId Create(
ObjectId styleId,
ObjectId alignmentId,
ObjectId verticalAlignmentId
) |
Visual Basic |
---|
Public Shared Function Create ( _
styleId As ObjectId, _
alignmentId As ObjectId, _
verticalAlignmentId As ObjectId _
) As ObjectId |
Visual C++ |
---|
public:
static ObjectId Create(
ObjectId styleId,
ObjectId alignmentId,
ObjectId verticalAlignmentId
) |
Parameters
- styleId
- Type: ObjectId
The style Id of the new AlignmentVerticalGeometryPointLabelGroup.
- alignmentId
- Type: ObjectId
ObjectId of the alignment .
- verticalAlignmentId
- Type: ObjectId
Exceptions
Exception | Condition |
---|
System..::..ArgumentException |
Thrown when the styleId or alignmentId or profileId is invalid.
|
See Also