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.5.1584.0

Syntax

C#
public void SetUDPValue(
	UDPEnumeration udp,
	string value
)
Visual Basic
Public Sub SetUDPValue ( _
	udp As UDPEnumeration, _
	value As String _
)
Visual C++
public:
void SetUDPValue(
	UDPEnumeration^ udp, 
	String^ value
)

Parameters

udp
Type: Autodesk.Civil.DatabaseServices..::..UDPEnumeration
The UDP to set the value for.
value
Type: System..::..String
The enumeration value to set the UDP value to.

See Also