This document is archived and information here might be outdated.  Recommended version.


IMapFrame.LocatorRectangleCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapFrame.LocatorRectangleCount Property

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 | IMapFrame Interface | MapFrame Class | IMapFrame.Map Property