ArcObjects Library Reference (GISClient)  

IWMTSLayerDescription.Abstract Property

Abstract of the WMTS layer.

[Visual Basic .NET]
Public ReadOnly Property Abstract As String
[C#]
public string Abstract {get;}
[C++]
HRESULT get_Abstract(
  BSTR* Abstract
);
[C++]

Parameters

Abstract [out, retval]   Abstract is a parameter of type BSTR

Product Availability

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

See Also

IWMTSLayerDescription Interface