Sets the value the for the user-defined property with a string data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0
Syntax
| C# |
|---|
public void SetUDPValue( UDPString udp, string value ) |
| Visual Basic |
|---|
Public Sub SetUDPValue ( _ udp As UDPString, _ value As String _ ) |
| Visual C++ |
|---|
public: void SetUDPValue( UDPString^ udp, String^ value ) |
Parameters
- udp
- Type: Autodesk.Civil.DatabaseServices..::..UDPString
The UDP to set the value for.
- value
- Type: System..::..String
The string to set the UDP value to.