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


ILasDatasetEdit.SetSpatialReference Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasDatasetEdit.SetSpatialReference Method

Sets spatial reference.

[Visual Basic .NET]
Public Sub SetSpatialReference ( _
    ByVal pSpatialReference As ISpatialReference _
)
[C#]
public void SetSpatialReference (
    ISpatialReference pSpatialReference
);
[C++]
HRESULT SetSpatialReference(
  ISpatialReference* pSpatialReference
);
[C++]

Parameters pSpatialReference [in]
pSpatialReference is a parameter of type ISpatialReference

Product Availability

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

Description

Assign a spatial reference to the las dataset.

See Also

ILasDatasetEdit Interface