This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.CreateDynamicSurface Method (ArcObjects .NET 10.4 SDK) |
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
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.