Returns an ObjectIdCollection containing the ObjectId's of all the PressurePipeNetwork objects in the drawing.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectIdCollection GetPressurePipeNetworkIds( this CivilDocument document )
VB
<ExtensionAttribute> Public Shared Function GetPressurePipeNetworkIds ( document As CivilDocument ) As ObjectIdCollection
C++
public: [ExtensionAttribute] static ObjectIdCollection^ GetPressurePipeNetworkIds( CivilDocument^ document )
Parameters
- document CivilDocument
Return Value
ObjectIdCollectionAn ObjectIdCollection of all the PressurePipeNetwork objects in the drawing. The collection is empty (Count == 0) if there are no PressurePipeNetwork objects in the drawing.