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


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

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(
  System.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