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


IMensuration.PutTerrainParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMensuration Interface > IMensuration.PutTerrainParameters Method
ArcGIS Developer Help

IMensuration.PutTerrainParameters Method

Sets the name of the terrain model and the associated terrain model data source information.

[Visual Basic .NET]
Public Sub PutTerrainParameters ( _
    ByVal terrainModelDataSrc As String, _
    ByVal terrainModelName As String _
)
[C#]
public void PutTerrainParameters (
    string terrainModelDataSrc,
    string terrainModelName
);
[C++]
HRESULT PutTerrainParameters(
  BSTR terrainModelDataSrc,
  BSTR terrainModelName
);
[C++]
Parameters
terrainModelDataSrc [in]

terrainModelDataSrc is a parameter of type BSTR terrainModelName [in]
terrainModelName is a parameter of type BSTR

Product Availability

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

See Also

IMensuration Interface