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.280
Syntax
C#
public ObjectIdCollection GetContentIds()
VB
Public Function GetContentIds As ObjectIdCollection
C++
public: ObjectIdCollection^ GetContentIds()