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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.
See Also
IMapFrame Interface | MapFrame Class | IMapFrame Interface | IMapFrame.Map Property