Create Method (AlignmentArc, ObjectId)

Creates a new instance of an AlignmentIndexedPILabel on an alignment arc entity with the specified label style in the default layer.

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

Syntax

C#

public static ObjectId Create(
	AlignmentArc arc,
	ObjectId labelStyleId
)

Visual Basic

Public Shared Function Create ( _
	arc As AlignmentArc, _
	labelStyleId As ObjectId _
) As ObjectId

Visual C++

public:
static ObjectId Create(
	AlignmentArc^ arc, 
	ObjectId labelStyleId
)

Parameters

arc
Type: Autodesk.Civil.DatabaseServices.AlignmentArc
labelStyleId
Type: ObjectId

Exceptions

ExceptionCondition
System.ArgumentException Thrown when the labelStyleId is not a valid label style of type: LabelStyleType::AlignmentPointOfIntersection.

See Also