PressureNetworkPartDataGetAllPropertyIds 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.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic uint[] GetAllPropertyIds()
Public Function GetAllPropertyIds As UInteger()
public:
array<unsigned int>^ GetAllPropertyIds()
Return Value
UInt32
See Also