ParcelSetUDPValue(UDPDouble, Double) Method |
Sets the value the for the user-defined property with a double data type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic void SetUDPValue(
UDPDouble udp,
double value
)
Public Sub SetUDPValue (
udp As UDPDouble,
value As Double
)
public:
void SetUDPValue(
UDPDouble^ udp,
double value
)
Parameters
- udp UDPDouble
- The UDP to set the value for.
- value Double
- The double to set the UDP value to.
See Also