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

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

Syntax

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

Parameters

alignmentId
Type: ObjectId
The alignment in which the label group is located.

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when alignmentId is invalid.

See Also