This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDatasetAnalyze Interface > IDatasetAnalyze.AllowableComponents Property (ArcObjects .NET 10.5 SDK) |
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
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.