Share

Turnout.CatalogId Property

Gets the turnout catalog id.



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

Syntax

C#

public ObjectId CatalogId { get; }

VB

Public ReadOnly Property CatalogId As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

ObjectId TYPE: Autodesk.Civil.DatabaseServices.TurnoutCatalog

See Also

Reference

Was this information helpful?