The spatial reference of the dataset.
[Visual Basic .NET] Public ReadOnly Property SpatialReference As ISpatialReference
[C#] public ISpatialReference SpatialReference {get;}
[C++]
HRESULT get_SpatialReference(
ISpatialReference** ppSpatialRef
);
[C++]Parameters
ppSpatialRef [out, retval]ppSpatialRef is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
The spatial reference of the las dataset. Ideally, this should match the spatial reference of the LAS files within the las dataset. LAS files that have a different spatial reference will be projected on the fly to the spatial reference of the las dataset. LAS files with missing geo referencing information will inherit the spatial reference of the las dataset.