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.