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


IWMSLayerStyleDescription.Abstract Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMSLayerStyleDescription Interface > IWMSLayerStyleDescription.Abstract Property
ArcGIS Developer Help

IWMSLayerStyleDescription.Abstract Property

Abstract of the WMS Style.

[Visual Basic .NET]
Public Sub Abstract ( _
    ByRef Abstract As String _
)
[C#]
public void Abstract (
    ref string Abstract
);
[C++]
HRESULT get_Abstract(
  System.String* Abstract
);
[C++]
Parameters
Abstract [out]

Abstract is a parameter of type BSTR*

Product Availability

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

Remarks

The abstract is a narrative description of the layer style.

See Also

IWMSLayerStyleDescription Interface