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


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

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