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: 11.2.0.0
Syntax
public LTComponent FindElementByCaptionPath(
	string path
)

Parameters

path
Type: SystemString
The path to look for.

Return Value

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