Share

Parcel.SetUDPValue(UDPString, String) Method

Sets the value the for the user-defined property with a string data type.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public void SetUDPValue(
	UDPString udp,
	string value
)

VB

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

C++

public:
void SetUDPValue(
	UDPString^ udp, 
	String^ value
)

Parameters

udp  UDPString
The UDP to set the value for.
value  String
The string to set the UDP value to.

See Also

Reference

Was this information helpful?