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


IExporter.ClipToGraphicExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IE > IExporter Interface > IExporter.ClipToGraphicExtent Property
ArcGIS Developer Help

IExporter.ClipToGraphicExtent Property

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(
  Boolean* clipToGraphicsExtent
);
[C++]
HRESULT put_ClipToGraphicExtent(
  VARIANT_BOOL clipToGraphicsExtent
);
[C++]
Parameters
clipToGraphicsExtent [out, retval]

clipToGraphicsExtent is a parameter of type bool* clipToGraphicsExtent [in]
clipToGraphicsExtent is a parameter of type bool

Product Availability

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

See Also

IExporter Interface