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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectId Create(
	ObjectId styleId,
	ObjectId alignmentId
)
Visual Basic
Public Shared Function Create ( _
	styleId As ObjectId, _
	alignmentId As ObjectId _
) As ObjectId
Visual C++
public:
static ObjectId Create(
	ObjectId styleId, 
	ObjectId alignmentId
)

Parameters

styleId
Type: ObjectId
The style of the new AlignmentStationEquationLabelGroup.
alignmentId
Type: ObjectId
The alignment in which the labelgroup is located.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when the styleId or alignmentId is invalid.

See Also