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


IWMTSServiceDescription.WMTSTitle Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.WMTSTitle Property

Title of WMTS Service.

[Visual Basic .NET]
Public ReadOnly Property WMTSTitle As String
[C#]
public string WMTSTitle {get;}
[C++]
HRESULT get_WMTSTitle(
  System.String* Title
);
[C++]

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

Product Availability

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

See Also

IWMTSServiceDescription Interface