ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainFieldStatistics.IsEmpty Property

Indicates if the object is empty.

[Visual Basic .NET]
Public ReadOnly Property IsEmpty As Boolean
[C#]
public bool IsEmpty {get;}
[C++]
HRESULT get_IsEmpty(
  VARIANT_BOOL* pbIsEmpty
);
[C++]

Parameters

pbIsEmpty [out, retval]   pbIsEmpty is a parameter of type VARIANT_BOOL

Product Availability

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

Description

Returns TRUE if statistics have yet to be calculated for this field. See ITerrainEdit3.CalculateFieldStatistics.

See Also

ITerrainFieldStatistics Interface