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


ITerrain.CreateDynamicSurface Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.CreateDynamicSurface Method
ArcGIS Developer Help

ITerrain.CreateDynamicSurface Method

Returns an implicit surface from which TINs and rasters are derived.

[Visual Basic .NET]
Public Function CreateDynamicSurface ( _
) As IDynamicSurface
[C#]
public IDynamicSurface CreateDynamicSurface (
);
[C++]
HRESULT CreateDynamicSurface(
void
);

Product Availability

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

Description

CreateDynamicSurface will return an error when called on a terrain that is in need of being built. That is, when ITerrain.IsValid returns FALSE. Ensure the terrain IsValid before calling this member.

See Also

ITerrain Interface