ArcObjects Library Reference (Carto)  

IWMTSLayer.Style Property

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(
  BSTR styleName
);
[C++]

Parameters

styleName [out, retval]   styleName is a parameter of type BSTR styleName [in]   styleName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IWMTSLayer Interface