LayerCollectionItem Property |
Index operator for the set of layers, accepting the layer name for comparison.
Namespace:
Ptv.XServer.Controls.Map
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ILayer this[
string layerName
] { get; }
Public ReadOnly Default Property Item (
layerName As String
) As ILayer
Get
public:
property ILayer^ default[String^ layerName] {
ILayer^ get (String^ layerName);
}
member Item : ILayer with get
Parameters
- layerName
- Type: SystemString
Name of the layer to search for. The search is case-sensitive.
Return Value
Type:
ILayer The layer with the specified name, if available, otherwise null.
See Also