ArcObjects Library Reference (GeoDatabase)  

IDatasetAnalyze.AllowableComponents Property

The allowable components to be analyzed.

[Visual Basic .NET]
Public ReadOnly Property AllowableComponents As Integer
[C#]
public int AllowableComponents {get;}
[C++]
HRESULT get_AllowableComponents(
  long* AllowableComponents
);
[C++]

Parameters

AllowableComponents [out, retval]   AllowableComponents is a parameter of type long

Product Availability

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

Remarks

The AllowableComponents property indicates which parts of the table or feature class can be analyzed. The returned value is based on the esriTableComponents enumeration. Members from this enumeration can be bitwise or’d together.

See Also

IDatasetAnalyze Interface