Click or drag to resize

RpObjectSetAny 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 SetAny(
	int id,
	Any v
)

Parameters

id
Type: SystemInt32
An Any attribute identifier.
v
Type: RW.Server.ComponentAny
the value.
See Also