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