| RpObjectSetChar 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 SetChar(
int id,
char v
)
Protected Overridable Sub SetChar (
id As Integer,
v As Char
)
protected:
virtual void SetChar(
int id,
wchar_t v
)
Parameters
- id
- Type: SystemInt32
A char attribute identifier. - v
- Type: SystemChar
the value.
See Also