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


IDatasetAnalyze.AllowableComponents Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetAnalyze Interface > IDatasetAnalyze.AllowableComponents Property
ArcGIS Developer Help

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(
  System.Int32* 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