| RpObjectSetShort 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 SetShort(
int id,
short v
)
Protected Overridable Sub SetShort (
id As Integer,
v As Short
)
protected:
virtual void SetShort(
int id,
short v
)
Parameters
- id
- Type: SystemInt32
A short attribute identifier. - v
- Type: SystemInt16
the value.
See Also