com.esri.arcgis.arcmapui
Interface IGpsExtension
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- GpsExtension, IGpsExtensionProxy
public interface IGpsExtension
- extends Serializable
Provides access to GPS Extension properties.
Product Availability
Available with ArcGIS Desktop.
getRealTimeFeedManager
IRealTimeFeedManager getRealTimeFeedManager()
throws IOException,
AutomationException
- The RealTimeFeedManager object associated with the extension.
Product Availability
Available with ArcGIS Desktop.
Supported Platforms
Windows
- Returns:
- A reference to a com.esri.arcgis.carto.IRealTimeFeedManager
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.