This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrain Interface > ITerrain.IsValid Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not a full build is required.
[Visual Basic .NET] Public ReadOnly Property IsValid As Boolean
[C#] public bool IsValid {get;}
[C++]
HRESULT get_IsValid(
VARIANT_BOOL* pbIsValid
);
[C++]
Parameters pbIsValid [out, retval] pbIsValid is a parameter of type VARIANT_BOOL
Indicates whether the terrain schema has been modified since the last Build. When IsValid is FALSE the terrain must be built in order to be used.
Schema edits on terrains include the addition or removal of feature classes and pyramid levels.