ParcelSetUDPValue(UDPEnumeration, String) Method |
Sets the value the for the user-defined property with an enumeration data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetUDPValue(
UDPEnumeration udp,
string value
)
Public Sub SetUDPValue (
udp As UDPEnumeration,
value As String
)
public:
void SetUDPValue(
UDPEnumeration^ udp,
String^ value
)
Parameters
- udp UDPEnumeration
- The UDP to set the value for.
- value String
- The enumeration value to set the UDP value to.
See Also