Share

CorridorState.CurrentAlignmentId Property

Gets the current alignment where Subassembly is being applied.



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

Syntax

C#

public ObjectId CurrentAlignmentId { get; }

VB

Public ReadOnly Property CurrentAlignmentId As ObjectId
	Get

C++

public:
property ObjectId CurrentAlignmentId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?