BridgeStructureGetContentIds Method

Gets the objectId collection of this bridge structure's contents. The contents may be solids or meshes. For deck and pier, the contents are solids. For other bridge structures, the contents are meshes.

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

Return Value

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