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


ILasPointInfo2.ScanAngleDegree Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo2 Interface > ILasPointInfo2.ScanAngleDegree Property
ArcGIS Developer Help

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(
  System.Double* pAngle
);
[C++]
Parameters
pAngle [in]

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

Product Availability

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

See Also

ILasPointInfo2 Interface