ArcObjects Library Reference  (GeoDatabase)    

IFeatureClass.FeatureType Property

The type of features in this feature class.

[Visual Basic 6.0]
Property FeatureType As esriFeatureType
[Visual Basic .NET]
Public ReadOnly Property FeatureType As esriFeatureType
[C#]
public esriFeatureType FeatureType {get;}
[Java]
public esriFeatureType getFeatureType()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_FeatureType(
  esriFeatureType* Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriFeatureType

Product Availability

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

Remarks

This read-only property returns the feature type for the feature class. This feature type can be one of the following esriFeatureType. This property can be used to determine if a feature class is of a particular type, in order for the feature class to added to a network or topology, or possibly to skip over the feature class in an enumeration.

See Also

IFeatureClass Interface | esriFeatureType Constants

Example

IFeatureClass Example

 


Feedback Send feedback on this page