Share

PressureNetworkPartData.GetProperty Method

Gets the property data by property id.



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

Syntax

C#

public PressurePartProperty GetProperty(
	uint propertyId
)

VB

Public Function GetProperty ( 
	propertyId As UInteger
) As PressurePartProperty

C++

public:
PressurePartProperty^ GetProperty(
	unsigned int 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

Reference

Was this information helpful?