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