The spatial reference of the LAS file.
[Visual Basic .NET] Public ReadOnly Property SpatialReference As ISpatialReference
[C#] public ISpatialReference SpatialReference {get;}
[C++]
HRESULT get_SpatialReference(
ISpatialReference** ppSpatialReference
);
[C++]Parameters
ppSpatialReference [out, retval]ppSpatialReference is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The spatial reference of the las file. While the LAS specification states all las files need to contain a spatial reference, in practice this is not always the case. It's possible this may come back NULL.