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


ITerrain.CreateDynamicSurface Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  IDynamicSurface** ppDynamicSurface
);
[C++]

Parameters ppDynamicSurface [out, retval]
ppDynamicSurface is a parameter of type IDynamicSurface

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