DocumentFindElementByCaptionPath Method |
Namespace:
Easymap.AddIn
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public 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.
Examples Sheet 1\Map 1\Layer, Sheet 2\Text 5
See Also