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


IMapClipOptions.ClipBorder Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapClipOptions.ClipBorder Property

An optional border drawn around ClipGeometry.

[Visual Basic .NET]
Public Property ClipBorder As IBorder
[C#]
public IBorder ClipBorder {get; set;}
[C++]
HRESULT get_ClipBorder(
  IBorder** Border
);
[C++]
HRESULT put_ClipBorder(
  IBorder* Border
);
[C++]

Parameters Border [out, retval]
Border is a parameter of type IBorder Border [in]
Border is a parameter of type IBorder

Product Availability

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

See Also

IMapClipOptions Interface