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