This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo2 Interface > ILasPointInfo2.ScanAngleDegree Property (ArcObjects .NET 10.4 SDK) |
The scan angle in degree.
[Visual Basic .NET] Public Property ScanAngleDegree As Double
[C#] public double ScanAngleDegree {get; set;}
[C++]
HRESULT get_ScanAngleDegree(
double* pAngle
);
[C++]
HRESULT put_ScanAngleDegree(
double pAngle
);
[C++]
Parameters pAngle [out, retval] pAngle is a parameter of type double pAngle [in] pAngle is a parameter of type double