Share

PressureNetworkPartData.GetAllPropertyIds Method

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.8.0.280

Syntax

C#

public uint[] GetAllPropertyIds()

VB

Public Function GetAllPropertyIds As UInteger()

C++

public:
array<unsigned int>^ GetAllPropertyIds()

Return Value

UInt32

See Also

Reference

Was this information helpful?