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


ICoverageFeatureClass.HasFAT Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesFile)  

ICoverageFeatureClass.HasFAT Property

Indicates if the Feature Class has a Feature Attribute Table.

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

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

Product Availability

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

See Also

ICoverageFeatureClass Interface