This document is archived and information here might be outdated. Recommended version. |
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