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


IDynamicSurface.Terrain Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDynamicSurface Interface > IDynamicSurface.Terrain Property
ArcGIS Developer Help

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