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


IRealTimeLog.StampGpsPosition Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeLog Interface > IRealTimeLog.StampGpsPosition Method
ArcGIS Developer Help

IRealTimeLog.StampGpsPosition Method

Stamp current position values to the selected log file.

[Visual Basic .NET]
Public Sub StampGpsPosition ( _
)
[C#]
public void StampGpsPosition (
);
[C++]
HRESULT StampGpsPosition(
void
);

Product Availability

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

See Also

IRealTimeLog Interface