Click or drag to resize

RpObjectSetLong Method

Called by the server to set the value this attribute when it has no associated modifier.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
protected virtual void SetLong(
	int id,
	long v
)

Parameters

id
Type: SystemInt32
A long attribute identifier.
v
Type: SystemInt64
the value.
See Also