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


ILasDataset.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.SpatialReference Property
ArcGIS Developer Help

ILasDataset.SpatialReference Property

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.

See Also

ILasDataset Interface