Gets the objectId collection of all girder groups in this bridge. One girder group may contain a set of girders.

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

Syntax

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

Remarks

OBJECTID TYPE:Autodesk.Civil.DatabaseServices.BridgeGirderGroup

See Also