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.
Remarks
If a ClipGeometry has been set, you have the option of drawing a border around the clipped map. Use the ClipBorder propety to specify the type of border drawn.
Use the ClipGeometry property to shape the area the Map is drawn in. For example, if you had a map of the United States that contained many layers, you could set the Map's ClipGeometry equal to the geometry of a particular state thereby telling the map to only draw the map data falling within the particular state's area.
By default there is no clip geometry or clip border.