Click or drag to resize
RpObjectSetMvValue 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: 6.3.0.0 (0.8.0.0)
Syntax
protected virtual void SetMvValue(
	int id,
	MvValue v
)

Parameters

id
Type: SystemInt32
A MvValue attribute identifier.
v
Type: RW.Server.ComponentMvValue
The value.
See Also