Click or drag to resize
RepresentationSetSelection Method
Selection of a representation.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
protected override void SetSelection()
Remarks

A component may request the server to open a view that is already open. If this happens and the opening of the view is not forced, the server does not duplicate the view but simply notifies the component to select the associated representation by calling the SetSelection() function on this representation.

By default, this function has no effect.

If the representation is a graphical one, the function can be redefined, for instance to pop up the representation.

See Also