Click or drag to resize

RpObjectOpenView Method (String, MvValue, Boolean)

Requests the server to open a view on the server object associated with this representation object.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual void OpenView(
	string viewName,
	MvValue[] argv = null,
	bool force = false
)

Parameters

viewName
Type: SystemString
The name of the view to be opened.
argv (Optional)
Type: RW.Server.ComponentMvValue
Parameters sent to the constructor of the view.
force (Optional)
Type: SystemBoolean
Only considered if the same view has already been opened by the component. If true, a new view is opened, otherwise SetSelection is called on the representation associated with the existing view.
See Also