ArcObjects Library Reference (GeoDatabaseExtensions)  

IDynamicSurface.Terrain Property

The source terrain from which the DynamicSurface was derived.

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

Parameters

ppTerrain [out, retval]

  ppTerrain is a parameter of type ITerrain

Product Availability

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

See Also

IDynamicSurface Interface