This extension class extends the interface of the CivilDocument object to provide methods related to Civil pressure pipe features.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.ApplicationServicesCivilDocumentPressurePipesExtension
Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280
Syntax
C#
public static class CivilDocumentPressurePipesExtension
VB
<ExtensionAttribute> Public NotInheritable Class CivilDocumentPressurePipesExtension
C++
[ExtensionAttribute] public ref class CivilDocumentPressurePipesExtension abstract sealed
The CivilDocumentPressurePipesExtension type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetPressureNetworkIdFromPipeRunPath | Gets object id of pressure network from the object id of pipe run path. |
![]() | GetPressureNetworkIdFromPipeRunProfile | Gets object id of pressure network from the object id of pipe run profile. |
![]() | GetPressurePipeNetworkIds | Returns an ObjectIdCollection containing the ObjectId's of all the PressurePipeNetwork objects in the drawing. |
![]() | IsPressurePlanLayoutActive | Returns true if the pressure plan layout mode is active in the current document. |
![]() | IsPressurePlanLayoutByPathActive | Returns true if the pressure plan layout by path mode is active in the current document. |
![]() | IsPressureProfileLayoutActive | Returns true if the pressure profile layout mode is active in the current document. |
![]() | IsPressureProfileLayoutByPathActive | Returns true if the pressure profile layout by path mode is active in the current document. |
![]() | SetPressurePlanLayoutActive | Sets pressure plan layout mode active in the current document. |
![]() | SetPressurePlanLayoutByPathActive | Sets pressure plan layout by path mode active in the current document. |
![]() | SetPressureProfileLayoutActive | Sets pressure profile layout mode active in the current document. |
![]() | SetPressureProfileLayoutByPathActive | Sets pressure profile layout by path mode active in the current document. |