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


IGpsDisplayProperties.PositionsExtent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGpsDisplayProperties.PositionsExtent Property

Extent bounding all positions received from the current RealTimeFeed so far.

[Visual Basic .NET]
Public ReadOnly Property PositionsExtent As IEnvelope
[C#]
public IEnvelope PositionsExtent {get;}
[C++]
HRESULT get_PositionsExtent(
  IEnvelope** ppExtent
);
[C++]

Parameters ppExtent [out, retval]
ppExtent is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGpsDisplayProperties Interface