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


ILasFile2.IsRearranged Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasFile2.IsRearranged Property

Indicates if points has been spatially rearranged to iptimize data query.

[Visual Basic .NET]
Public ReadOnly Property IsRearranged As Boolean
[C#]
public bool IsRearranged {get;}
[C++]
HRESULT get_IsRearranged(
  VARIANT_BOOL* pbRearranged
);
[C++]

Parameters pbRearranged [out, retval] pbRearranged is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILasFile2 Interface