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


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

IWMSLayerDescription.IsSubsettable Property

Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box.

[Visual Basic .NET]
Public ReadOnly Property IsSubsettable As Boolean
[C#]
public bool IsSubsettable {get;}
[C++]
HRESULT get_IsSubsettable(
  Boolean* IsSubsettable
);
[C++]
Parameters
IsSubsettable [out, retval]

IsSubsettable is a parameter of type bool*

Product Availability

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

See Also

IWMSLayerDescription Interface