Gets object id of pressure network from the object id of pipe run path.
Namespace: Autodesk.Civil.ApplicationServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0
Syntax
C#
public static ObjectId GetPressureNetworkIdFromPipeRunPath( this CivilDocument document, ObjectId idPath )
Visual Basic
<ExtensionAttribute> _ Public Shared Function GetPressureNetworkIdFromPipeRunPath ( _ document As CivilDocument, _ idPath As ObjectId _ ) As ObjectId
Visual C++
public: [ExtensionAttribute] static ObjectId GetPressureNetworkIdFromPipeRunPath( CivilDocument^ document, ObjectId idPath )