ArcObjects Library Reference (Output)  

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

IExporter Interface