Share

PipeNetworkState.SetAlignmentOnPart Method

Sets the specified parameter of alignment on the current part.



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

Syntax

C#

public void SetAlignmentOnPart(
	string paramName,
	ObjectId alignmentId
)

VB

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

C++

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

Parameters

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

See Also

Reference

Was this information helpful?