ParcelGetUDPValue(UDPString) Method |
Gets the value the for the user-defined property with a string data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic string GetUDPValue(
UDPString udp
)
Public Function GetUDPValue (
udp As UDPString
) As String
public:
String^ GetUDPValue(
UDPString^ udp
)
Parameters
- udp UDPString
- The UDP to get the value for.
Return Value
StringThe UDP's string value.
ExceptionsException | Condition |
---|
[!: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