SetAlignmentOnPart Method

Sets the specified parameter of alignment on the current part.

Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public void SetAlignmentOnPart(
	string paramName,
	ObjectId alignmentId
)

Visual Basic

Public Sub SetAlignmentOnPart ( _
	paramName As String, _
	alignmentId As ObjectId _
)

Visual C++

public:
void SetAlignmentOnPart(
	String^ paramName, 
	ObjectId alignmentId
)

Parameters

paramName
Type: System.String
The name of the parameter to set.
alignmentId
Type: ObjectId
The value to assign to the parameter.

See Also