Inheritance Hierarchy
SystemObjectAutodesk.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
| Name | Description | |
|---|---|---|
| Parent |
Methods
| Name | Description | |
|---|---|---|
| GetAllPropertyIds | Gets the property id list of pressure part data. And the id can be used to get property data by PressureNetworkPartData.GetPropery(). | |
| GetEnumerator | ||
| GetObjectEnumerator | ||
| GetProperty | Gets the property data by property id. |
