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


IRealTimeLog.MinimumLogDeflectionAngle Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRealTimeLog.MinimumLogDeflectionAngle Property

The minimum deflection angle to use when deciding when to log points.

[Visual Basic .NET]
Public Property MinimumLogDeflectionAngle As Double
[C#]
public double MinimumLogDeflectionAngle {get; set;}
[C++]
HRESULT get_MinimumLogDeflectionAngle(
  double* pAngle
);
[C++]
HRESULT put_MinimumLogDeflectionAngle(
  double pAngle
);
[C++]

Parameters pAngle [out, retval] pAngle is a parameter of type double pAngle [in] pAngle is a parameter of type double

Product Availability

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

See Also

IRealTimeLog Interface