Share

AlignmentStationEquationLabelGroup.Create Method

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.8.0.280

Syntax

C#

public static ObjectId Create(
	ObjectId styleId,
	ObjectId alignmentId
)

VB

Public Shared Function Create ( 
	styleId As ObjectId,
	alignmentId As ObjectId
) As ObjectId

C++

public:
static ObjectId Create(
	ObjectId styleId, 
	ObjectId alignmentId
)

Parameters

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

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Thrown when the styleId or alignmentId is invalid.

See Also

Reference

Was this information helpful?