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


IStandaloneTable.Valid Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IStandaloneTable.Valid Property

Indicates if the standalone table is currently valid.

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

Parameters Valid [out, retval] Valid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStandaloneTable Interface