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


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

IRealTimeLog.MinimumLogDistance Property

The minimum distance between points before they are logged. Overrides the log rate, if the minimum distance has not been traveled.

[Visual Basic .NET]
Public Property MinimumLogDistance As Double
[C#]
public double MinimumLogDistance {get; set;}
[C++]
HRESULT get_MinimumLogDistance(
  System.Double* pDistance
);
[C++]
HRESULT put_MinimumLogDistance(
  double pDistance
);
[C++]
Parameters
pDistance [out, retval]

pDistance is a parameter of type double* pDistance [in]
pDistance is a parameter of type double

Product Availability

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

See Also

IRealTimeLog Interface