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


IExporter2.ClipToGraphicExtent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IExporter2.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(
  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

Product Availability

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

See Also

IExporter2 Interface