Gets object id of pressure network from the object id of pipe run path.
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectId GetPressureNetworkIdFromPipeRunPath( this CivilDocument document, ObjectId idPath )
VB
<ExtensionAttribute> Public Shared Function GetPressureNetworkIdFromPipeRunPath ( document As CivilDocument, idPath As ObjectId ) As ObjectId
C++
public: [ExtensionAttribute] static ObjectId GetPressureNetworkIdFromPipeRunPath( CivilDocument^ document, ObjectId idPath )
Parameters
- document CivilDocument
- idPath ObjectId
Return Value
ObjectIdReturn the corresponding object id of pressure network if the specified object id is one of its pipe run path, otherwise null is returned.