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

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

Syntax

C#
public string GetUDPValue(
	UDPString udp
)
Visual Basic
Public Function GetUDPValue ( _
	udp As UDPString _
) As String
Visual C++
public:
String^ GetUDPValue(
	UDPString^ udp
)

Parameters

udp
Type: Autodesk.Civil.DatabaseServices..::..UDPString
The UDP to get the value for.

Return Value

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