This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapClipOptions Interface > IMapClipOptions.ClipData Property (ArcObjects .NET 10.4 SDK) |
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