ArcGIS Developer Help  (GeoDatabase)    

IFeatureClassName.FeatureType Property

The feature type for this feature class name.

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

);

[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriFeatureType

Type [in]

  Type is a parameter of type esriFeatureType

Product Availability

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

See Also

IFeatureClassName Interface

 


Feedback Send feedback on this page