ArcObjects Library Reference (Carto)  

IMapClipOptions.ClipData Property

Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent.

[Visual Basic .NET]
Public Property ClipData As Object
[C#]
public object ClipData {get; set;}
[C++]
HRESULT get_ClipData(
  LPUNKNOWN* Data
);
[C++]
HRESULT put_ClipData(
  LPUNKNOWN Data
);
[C++]

Parameters

Data [out, retval]   Data is a parameter of type LPUNKNOWN Data [in]   Data is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IMapClipOptions Interface