ParcelGetUDPValue(UDPDouble) Method

Gets the value the for the user-defined property with a double data type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double GetUDPValue(
	UDPDouble udp
)

Parameters

udp  UDPDouble
The UDP to get the value for.

Return Value

Double
The UDP's double 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