BridgeGetAllContentIds Method

Gets the objectId collection of all structures' contents in this bridge. The contents may be solids and meshes.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public ObjectIdCollection GetAllContentIds()

Return Value

ObjectIdCollection
Remarks
OBJECTID TYPE:Autodesk.AutoCAD.DatabaseServices.Solid3d or Autodesk.AutoCAD.DatabaseServices.SubDMesh
See Also