MapLayerCollectionItem(String) Property |
Get a MapLayer by its caption.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic MapLayer this[
string caption
] { get; }Public ReadOnly Default Property Item (
caption As String
) As MapLayer
Get
Parameters
- caption String
-
Property Value
MapLayer
See Also