This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasPointInfo Interface > ILasPointInfo.ScanDirectionFlag Property (ArcObjects .NET 10.4 SDK) |
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(
Byte pFlag
);
[C++]
Parameters pFlag [out, retval] pFlag is a parameter of type Byte pFlag [in] pFlag is a parameter of type Byte