Gets the objectId collection of all structures in this bridge. The structures include all the abutments, girders, piers, foundations, generic objects, and a deck.

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

Syntax

C#
public ObjectIdCollection GetAllStructureIds()
Visual Basic
Public Function GetAllStructureIds As ObjectIdCollection
Visual C++
public:
ObjectIdCollection^ GetAllStructureIds()

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeStructure

See Also