Share

CorridorState.CurrentCorridorId Property

Gets the OjbectId of the current Corridor being applied.



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

Syntax

C#

public ObjectId CurrentCorridorId { get; }

VB

Public ReadOnly Property CurrentCorridorId As ObjectId
	Get

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?