ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  Byte pFlag
);
[C++]

Parameters

pFlag [out, retval]   pFlag is a parameter of type Byte pFlag [in]   pFlag is a parameter of type Byte

Product Availability

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

See Also

ILasPointInfo Interface