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


ILasPointInfo.ScanDirectionFlag 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.ScanDirectionFlag Property
ArcGIS Developer Help

ILasPointInfo.ScanDirectionFlag Property

The scan direction flag.

[Visual Basic .NET]
Public Property ScanDirectionFlag As Byte
[C#]
public byte ScanDirectionFlag {get; set;}
[C++]
HRESULT get_ScanDirectionFlag(
  Byte pFlag
);
[C++]
HRESULT put_ScanDirectionFlag(
  System.Byte* pFlag
);
[C++]
Parameters
pFlag [in]

pFlag is a parameter of type unsigned char pFlag [out, retval]
pFlag is a parameter of type unsigned char*

Product Availability

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

See Also

ILasPointInfo Interface