CivilDocumentPressurePipesExtension Class

This extension class extends the interface of the CivilDocument object to provide methods related to Civil pressure pipe features.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.ApplicationServicesCivilDocumentPressurePipesExtension

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public static class CivilDocumentPressurePipesExtension

The CivilDocumentPressurePipesExtension type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetPressureNetworkIdFromPipeRunPath Gets object id of pressure network from the object id of pipe run path.
Public Extension MethodGetPressureNetworkIdFromPipeRunProfile Gets object id of pressure network from the object id of pipe run profile.
Public Extension MethodGetPressurePipeNetworkIds Returns an ObjectIdCollection containing the ObjectId's of all the PressurePipeNetwork objects in the drawing.
Public Extension MethodIsPressurePlanLayoutActive Returns true if the pressure plan layout mode is active in the current document.
Public Extension MethodIsPressurePlanLayoutByPathActive Returns true if the pressure plan layout by path mode is active in the current document.
Public Extension MethodIsPressureProfileLayoutActive Returns true if the pressure profile layout mode is active in the current document.
Public Extension MethodIsPressureProfileLayoutByPathActive Returns true if the pressure profile layout by path mode is active in the current document.
Public Extension MethodSetPressurePlanLayoutActive Sets pressure plan layout mode active in the current document.
Public Extension MethodSetPressurePlanLayoutByPathActive Sets pressure plan layout by path mode active in the current document.
Public Extension MethodSetPressureProfileLayoutActive Sets pressure profile layout mode active in the current document.
Public Extension MethodSetPressureProfileLayoutByPathActive Sets pressure profile layout by path mode active in the current document.
Top
See Also