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


ITerrainLayer.Terrain Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITerrainLayer.Terrain Property

The Terrain used to define the layer.

[Visual Basic .NET]
Public Property Terrain As ITerrain
[C#]
public ITerrain Terrain {get; set;}
[C++]
HRESULT get_Terrain(
  ITerrain** ppTerrain
);
[C++]
HRESULT putref_Terrain(
  ITerrain* ppTerrain
);
[C++]

Parameters ppTerrain [out, retval]
ppTerrain is a parameter of type ITerrain ppTerrain [in]
ppTerrain is a parameter of type ITerrain

Product Availability

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

See Also

ITerrainLayer Interface