| RpObjectSetBoolean 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 SetBoolean(
int id,
bool v
)
Protected Overridable Sub SetBoolean (
id As Integer,
v As Boolean
)
protected:
virtual void SetBoolean(
int id,
bool v
)
Parameters
- id
- Type: SystemInt32
A boolean attribute identifier. - v
- Type: SystemBoolean
the value.
See Also