Click or drag to resize

ApiSessionGetLocationToolsFor Method

Create an ApiLocationTool object

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ApiLocationTools GetLocationToolsFor(
	ObjectProxy aLocationObject
)

Parameters

aLocationObject
Type: Articy.ApiObjectProxy
the location to work with or null to create a tool object that is not bound to a location and only allows to call methods that don't need the parent context.

Return Value

Type: ApiLocationTools
See Also