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


IMapClipOptions.ClipData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapClipOptions Interface > IMapClipOptions.ClipData Property
ArcGIS Developer Help

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(
  IUnknown Pointer* Data
);
[C++]
HRESULT put_ClipData(
  LPUNKNOWN Data
);
[C++]
Parameters
Data [out, retval]

Data is a parameter of type IUnknown* Data [in]
Data is a parameter of type IUnknown

Product Availability

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

See Also

IMapClipOptions Interface