Share

Parcel.SetUDPValue(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.280

Syntax

C#

public void SetUDPValue(
	UDPEnumeration udp,
	string value
)

VB

Public Sub SetUDPValue ( 
	udp As UDPEnumeration,
	value As String
)

C++

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

Reference

Was this information helpful?