GetProperty Method

Gets the property data by property id.

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

Syntax

C#

public PressurePartProperty GetProperty(
	uint propertyId
)

Visual Basic

Public Function GetProperty ( _
	propertyId As UInteger _
) As PressurePartProperty

Visual C++

public:
PressurePartProperty^ GetProperty(
	unsigned int propertyId
)

Parameters

propertyId
Type: System.UInt32

Exceptions

ExceptionCondition
System.ArgumentException Thrown when propertyId is not a valid id which should belong to PressureNetworkPartData.GetAllPropertieIds().

See Also