Share

Parcel.GetUDPValue(UDPInteger) Method

Gets the value the for the user-defined property with an integer data type.



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

Syntax

C#

public int GetUDPValue(
	UDPInteger udp
)

VB

Public Function GetUDPValue ( 
	udp As UDPInteger
) As Integer

C++

public:
int GetUDPValue(
	UDPInteger^ udp
)

Parameters

udp  UDPInteger
The UDP to get the value for.

Return Value

Int32
The UDP's integer value.

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when the udp has not been initialized by the Parcel and the default value is not used by the udp.

See Also

Reference

Was this information helpful?