This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMap Interface > IMap.ClipBorder Property (ArcObjects .NET 10.4 SDK) |
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
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.