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


IRealTimeLog.LogFile Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeLog.LogFile Property

The feature class used to log positions.

[Visual Basic .NET]
Public Property LogFile As IFeatureClass
[C#]
public IFeatureClass LogFile {get; set;}
[C++]
HRESULT get_LogFile(
  IFeatureClass** ppFeatureClass
);
[C++]
HRESULT putref_LogFile(
  IFeatureClass* ppFeatureClass
);
[C++]

Parameters ppFeatureClass [out, retval]
ppFeatureClass is a parameter of type IFeatureClass ppFeatureClass [in]
ppFeatureClass is a parameter of type IFeatureClass

Product Availability

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

See Also

IRealTimeLog Interface