Share

PressureNetworkPartData Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesPressureNetworkPartData


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.280

Syntax

C#

public class PressureNetworkPartData : IEnumerable<PressurePartProperty>

VB

Public Class PressureNetworkPartData
	Implements IEnumerable(Of PressurePartProperty)

C++

public ref class PressureNetworkPartData : IEnumerable<PressurePartProperty^>

The PressureNetworkPartData type exposes the following members.

Properties

 NameDescription
Public propertyParent 

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.

See Also

Reference

Was this information helpful?