Click or drag to resize
MvComponentOnNewRpModel Method
Model Management. Before creating a representation for a given dynamic representation model, the object server sends a copy of this model to the component. This empty member function is called each time the component receives a new or an updated dynamic representation model. This function is empty and can be overridden.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual void OnNewRpModel(
	RpModel model
)

Parameters

model
Type: RW.Server.ComponentRpModel
The model copy.
See Also