Click or drag to resize

DocumentFindElementByCaptionPath Method

Finds an Element (Sheet or WindowlessComponent) by it's path.

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public LTComponent FindElementByCaptionPath(
	string path
)

Parameters

path  String
The path to look for.

Return Value

LTComponent
The found component.
Remarks
The path parameter is delimited with backslashes. The root is the Document.
Example
Sheet 1\Map 1\Layer, Sheet 2\Text 5
See Also