| RpObjectSetDouble Method |
Called by the server to set the value this attribute when it has no
associated modifier.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax protected virtual void SetDouble(
int id,
double v
)
Protected Overridable Sub SetDouble (
id As Integer,
v As Double
)
protected:
virtual void SetDouble(
int id,
double v
)
Parameters
- id
- Type: SystemInt32
A double attribute identifier. - v
- Type: SystemDouble
the value.
See Also