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


ILasPointInfo2.ScanAngleDegree Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo2.ScanAngleDegree Property

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

Product Availability

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

See Also

ILasPointInfo2 Interface