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


ITerrain.IsValid Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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

Parameters pbIsValid [out, retval] pbIsValid is a parameter of type VARIANT_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