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


IClippingMethod.ClippingMethod Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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