ArcObjects Library Reference (GISClient)  

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(
  VARIANT_BOOL* IsSubsettable
);
[C++]

Parameters

IsSubsettable [out, retval]   IsSubsettable is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IWMSLayerDescription Interface