Share

Bridge.DeckId Property

Gets the objectId of the deck in this bridge.



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

Syntax

C#

public ObjectId DeckId { get; }

VB

Public ReadOnly Property DeckId As ObjectId
	Get

C++

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

Property Value

ObjectId

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeDeck

See Also

Reference

Was this information helpful?