This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRealTimeLog Interface > IRealTimeLog.MinimumLogDeflectionAngle Property (ArcObjects .NET 10.4 SDK) |
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