PressureNetworkPartData Class

Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPressureNetworkPartData

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public class PressureNetworkPartData : IEnumerable<PressurePartProperty>

The PressureNetworkPartData type exposes the following members.

Properties
 NameDescription
Public propertyParent 
Top
Methods
 NameDescription
Public methodGetAllPropertyIds Gets the property id list of pressure part data. And the id can be used to get property data by PressureNetworkPartData.GetPropery().
Public methodGetEnumerator 
Public methodGetObjectEnumerator 
Public methodGetProperty Gets the property data by property id.
Top
See Also