ArcObjects Library Reference  (Carto)    

IMapAdmin3.ClipBounds Property

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

[Visual Basic 6.0]
Property ClipBounds As IGeometry
[Visual Basic .NET]
Public WriteOnly Property ClipBounds
[C#]
public void ClipBounds {set;}
[Java]
public IGeometry setClipBounds()
throws
    IOException,
    AutomationException
[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

IMapAdmin3 Interface

 


Feedback Send feedback on this page