This document is archived and information here might be outdated. Recommended version. |
Style from WMTS Layer.
[Visual Basic .NET]
Public Property Style As String
[C#]
public string Style {get; set;}
[C++]
HRESULT get_Style(
BSTR styleName
);
[C++]
HRESULT put_Style(
System.String* styleName
);
[C++] Parameters styleName [in]
styleName is a parameter of type BSTR styleName [out, retval]
styleName is a parameter of type BSTR*