Click or drag to resize

ApiSessionBringObjectIntoView Method

Brings the given object into view

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void BringObjectIntoView(
	ObjectProxy aObject,
	ApiSessionFocusWindow aWindow = ApiSessionFocusWindow.Current,
	ApiSessionFocusPane aPane = ApiSessionFocusPane.Current,
	ApiSessionFocusTab aTab = ApiSessionFocusTab.Current,
	bool aForceSheet = false
)

Parameters

aObject
Type: Articy.ApiObjectProxy
the object to bring into view, this might change the view
aWindow (Optional)
Type: Articy.ApiApiSessionFocusWindow
the window in which this should be done
aPane (Optional)
Type: Articy.ApiApiSessionFocusPane
the pane in which this should be done (first or current)
aTab (Optional)
Type: Articy.ApiApiSessionFocusTab
the tab that should be used (new or current)
aForceSheet (Optional)
Type: SystemBoolean
set to true to show the objects property sheet
See Also