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


ILasPointInfo.ScanAngleRank Property (ArcObjects .NET 10.6 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(
  System.Int16* pAngle
);
[C++]

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

Product Availability

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

See Also

ILasPointInfo Interface