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


ITerrain.IsValid Property (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.IsValid Property
ArcGIS Developer Help

ITerrain.IsValid Property

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(
  Boolean* pbIsValid
);
[C++]
Parameters
pbIsValid [out, retval]

pbIsValid is a parameter of type bool*

Product Availability

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

Description

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.

See Also

ITerrain Interface