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


IDECoverageFeatureClass.HasFAT Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDECoverageFeatureClass.HasFAT Property

Indicates if the coverage feature class have attributes.

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

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

Product Availability

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

See Also

IDECoverageFeatureClass Interface