PressureNetworkPartDataGetProperty Method

Gets the property data by property id.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
public PressurePartProperty GetProperty(
	uint propertyId
)

Parameters

propertyId  UInt32
 

Return Value

PressurePartProperty
Exceptions
ExceptionCondition
ArgumentException Thrown when propertyId is not a valid id which should belong to PressureNetworkPartData.GetAllPropertieIds().
See Also