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


IGpsDisplayProperties.PositionsExtent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsDisplayProperties Interface > IGpsDisplayProperties.PositionsExtent Property
ArcGIS Developer Help

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