Share

CorridorState.CurrentSubassemblyId Property

Gets the ObjectId of the current Subassembly being applied.



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

Syntax

C#

public ObjectId CurrentSubassemblyId { get; }

VB

Public ReadOnly Property CurrentSubassemblyId As ObjectId
	Get

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?