DocumentFindElementByCaptionPath Method |
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic LTComponent FindElementByCaptionPath(
string path
)
Public Function FindElementByCaptionPath (
path As String
) As LTComponent
Parameters
- path
- Type: SystemString
The path to look for.
Return Value
Type:
LTComponentThe found component.
Remarks
The path parameter is delimited with backslashes. The root is the
Document.
ExamplesSheet 1\Map 1\Layer, Sheet 2\Text 5
See Also