| RpObjectSetReference 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 SetReference(
int id,
RpObject v
)
Protected Overridable Sub SetReference (
id As Integer,
v As RpObject
)
protected:
virtual void SetReference(
int id,
RpObject^ v
)
Parameters
- id
- Type: SystemInt32
A RpObject attribute identifier. - v
- Type: RW.Server.ComponentRpObject
The value.
See Also