DocumentFindByName Method |
Finds an Component by its name.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic LTComponent FindByName(
string name
)
Public Function FindByName (
name As String
) As LTComponent
Parameters
- name String
- name (guid) of the component
Return Value
LTComponent
See Also