Gets the property id list of pressure part data. And the id can be used to get property data by PressureNetworkPartData.GetPropery().

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

Syntax

C#
public uint[] GetAllPropertyIds()
Visual Basic
Public Function GetAllPropertyIds As UInteger()
Visual C++
public:
array<unsigned int>^ GetAllPropertyIds()

See Also