Share

Turnout.MainProfileId Property

Gets the turnout main profile id.



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

Syntax

C#

public ObjectId MainProfileId { get; }

VB

Public ReadOnly Property MainProfileId As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

ObjectId TYPE: Autodesk.Civil.DatabaseServices.Profile

See Also

Reference

Was this information helpful?