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


IMapClipOptions.ClipData Property (ArcObjects .NET 10.4 SDK)
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