BridgeGetAllStructureIds Method |
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.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectIdCollection GetAllStructureIds()
Public Function GetAllStructureIds As ObjectIdCollection
public:
ObjectIdCollection^ GetAllStructureIds()
Return Value
ObjectIdCollection
Remarks
OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeStructure
See Also