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


IMapAdmin.ClipBounds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapAdmin Interface > IMapAdmin.ClipBounds Property
ArcGIS Developer Help

IMapAdmin.ClipBounds Property

Specify a boundary to clip to. Frame uses this to clip to border.

[Visual Basic .NET]
Public WriteOnly Property ClipBounds
[C#]
public void ClipBounds {set;}
[C++]
HRESULT put_ClipBounds(
  IGeometry* 
);
[C++]
Parameters
 [in]

is a parameter of type IGeometry*

Product Availability

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

See Also

IMapAdmin Interface