Share

Bridge.GetAllContentIds 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.280

Syntax

C#

public ObjectIdCollection GetAllContentIds()

VB

Public Function GetAllContentIds As ObjectIdCollection

C++

public:
ObjectIdCollection^ GetAllContentIds()

Return Value

ObjectIdCollection

Remarks

OBJECTID TYPE:Autodesk.AutoCAD.DatabaseServices.Solid3d or Autodesk.AutoCAD.DatabaseServices.SubDMesh

See Also

Reference

Was this information helpful?