This document is archived and information here might be outdated. Recommended version. |
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
);
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.