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