Share

CorridorState.CurrentAssemblyId Property

Gets the ObjectId of the current Assembly being applied.



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

Syntax

C#

public ObjectId CurrentAssemblyId { get; }

VB

Public ReadOnly Property CurrentAssemblyId As ObjectId
	Get

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?