This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter2 Interface > IExporter2.ClipToGraphicExtent Property (ArcObjects .NET 10.5 SDK) |
Indicates if the Output will be clipped to the Graphics Extent.
[Visual Basic .NET] Public Property ClipToGraphicExtent As Boolean
[C#] public bool ClipToGraphicExtent {get; set;}
[C++]
HRESULT get_ClipToGraphicExtent(
VARIANT_BOOL* clipToGraphicsExtent
);
[C++]
HRESULT put_ClipToGraphicExtent(
VARIANT_BOOL clipToGraphicsExtent
);
[C++]
Parameters clipToGraphicsExtent [out, retval] clipToGraphicsExtent is a parameter of type VARIANT_BOOL clipToGraphicsExtent [in] clipToGraphicsExtent is a parameter of type VARIANT_BOOL