Share

CorridorState.CurrentProfileId Property

Gets the current profile where Subassembly is being applied.



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

Syntax

C#

public ObjectId CurrentProfileId { get; }

VB

Public ReadOnly Property CurrentProfileId As ObjectId
	Get

C++

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

Property Value

ObjectId

See Also

Reference

Was this information helpful?