This document is archived and information here might be outdated.  Recommended version.


IWMTSLayer.Style Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWMTSLayer Interface > IWMTSLayer.Style Property
ArcGIS Developer Help

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(
  System.String* styleName
);
[C++]
Parameters
styleName [in]

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

Product Availability

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

See Also

IWMTSLayer Interface