| RpObjectSetLong 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 SetLong(
int id,
long v
)
Protected Overridable Sub SetLong (
id As Integer,
v As Long
)
protected:
virtual void SetLong(
int id,
long long v
)
Parameters
- id
- Type: SystemInt32
A long attribute identifier. - v
- Type: SystemInt64
the value.
See Also