ArcObjects Library Reference (GeoDatabase)  

ITinElement.IsEmpty Property

Indicates if the specified element is uninitialized.

[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

Indicates whether or not the element has been set with values.

When an element is instantiated using 'New' IsEmpty will return True.

When using QueryNext on one of the element enumerators, the end of the set is indicated by IsEmpty returning True.

See Also

ITinElement Interface