This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapFrame Interface > IMapFrame.LocatorRectangleCount Property (ArcObjects .NET 10.4 SDK) |
The number of locator rectangles.
[Visual Basic .NET] Public ReadOnly Property LocatorRectangleCount As Integer
[C#] public int LocatorRectangleCount {get;}
[C++]
HRESULT get_LocatorRectangleCount(
long* Count
);
[C++]
Parameters Count [out, retval] Count is a parameter of type long
LocatorRectangleCount is used to return a count of all the locator rectangles within the MapFrame. Use this property to determine how many locator rectangles are in the frame.
IMapFrame Interface | IMapFrame Interface | MapFrame Class | IMapFrame.Map Property