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


IClippingMethod.ClippingMethod Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IClippingMethod Interface > IClippingMethod.ClippingMethod Property
ArcGIS Developer Help

IClippingMethod.ClippingMethod Property

Method to be used for clipping.

[Visual Basic .NET]
Public ReadOnly Property ClippingMethod As esriClippingMethod
[C#]
public esriClippingMethod ClippingMethod {get;}
[C++]
HRESULT get_ClippingMethod(
  esriClippingMethod* method
);
[C++]
Parameters
method [out, retval]

method is a parameter of type esriClippingMethod*

Product Availability

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

See Also

IClippingMethod Interface