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


ILasPointInfo.ScanAngleRank Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo.ScanAngleRank Property

The scan angle rank.

[Visual Basic .NET]
Public Property ScanAngleRank As Short
[C#]
public short ScanAngleRank {get; set;}
[C++]
HRESULT get_ScanAngleRank(
  short* pAngle
);
[C++]
HRESULT put_ScanAngleRank(
  short pAngle
);
[C++]

Parameters pAngle [out, retval] pAngle is a parameter of type short pAngle [in] pAngle is a parameter of type short

Product Availability

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

See Also

ILasPointInfo Interface