MapLayerCollectionFindByCaption Method |
Get a MapLayer by its caption.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic MapLayer FindByCaption(
string caption
)
Public Function FindByCaption (
caption As String
) As MapLayer
Parameters
- caption String
-
Return Value
MapLayer
See Also