| RpObjectSetValue Method |
This function is called by the server to set the value of 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 SetValue(
int id,
Object v
)
Protected Overridable Sub SetValue (
id As Integer,
v As Object
)
protected:
virtual void SetValue(
int id,
Object^ v
)
Parameters
- id
- Type: SystemInt32
:
An attribute identifier. - v
- Type: SystemObject
:
the value.
See Also