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


IRealTimeLog.LogFile Property (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.LogFile Property
ArcGIS Developer Help

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