ParcelSetUDPValue(UDPEnumeration, String) Method

Sets the value the for the user-defined property with an enumeration data type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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