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


IGPFeatureSchema.FeatureTypeRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFeatureSchema.FeatureTypeRule Property

Inidicates how the FeatureType property is to be managed.

[Visual Basic .NET]
Public Property FeatureTypeRule As esriGPSchemaFeatureType
[C#]
public esriGPSchemaFeatureType FeatureTypeRule {get; set;}
[C++]
HRESULT get_FeatureTypeRule(
  esriGPSchemaFeatureType* Type
);
[C++]
HRESULT put_FeatureTypeRule(
  esriGPSchemaFeatureType Type
);
[C++]

Parameters Type [out, retval]
Type is a parameter of type esriGPSchemaFeatureType Type [in]
Type is a parameter of type esriGPSchemaFeatureType

Product Availability

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

See Also

IGPFeatureSchema Interface