ArcObjects Library Reference (GeoDatabase)  

ITinEdit.SetSpatialReference Method

Set a copy of the specified spatial reference to the TIN.

[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.

See Also

ITinEdit Interface