This document is archived and information here might be outdated. Recommended version. |
The number of locator rectangles.
[Visual Basic .NET]
Public ReadOnly Property LocatorRectangleCount As Integer
[C#]
public int LocatorRectangleCount {get;}
[C++]
HRESULT get_LocatorRectangleCount(
System.Int32* 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