LayerStyleCollectionItem Property |
Gets or sets the LayerStyle element at the specified index.
Namespace: Easymap.AddIn.MappingAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic LayerStyle this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As LayerStyle
Get
Parameters
- index Int32
Return Value
LayerStyle
See Also