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


ITerrainLasDataInfo.GetSpatialReference Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainLasDataInfo.GetSpatialReference Method

The spatial reference of the LAS file.

[Visual Basic .NET]
Public Function GetSpatialReference ( _
) As ISpatialReference
[C#]
public ISpatialReference GetSpatialReference (
);
[C++]
HRESULT GetSpatialReference(
  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.

See Also

ITerrainLasDataInfo Interface