ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties3.FeatureType Property

Feature type.

[Visual Basic .NET]
Public Property FeatureType As esriBasicOverposterFeatureType
[C#]
public esriBasicOverposterFeatureType FeatureType {get; set;}
[C++]
HRESULT get_FeatureType(
  esriBasicOverposterFeatureType* Type
);
[C++]
HRESULT put_FeatureType(
  esriBasicOverposterFeatureType Type
);
[C++]

Parameters

Type [out, retval]

  Type is a parameter of type esriBasicOverposterFeatureType

Type [in]

  Type is a parameter of type esriBasicOverposterFeatureType

Product Availability

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

See Also

IBasicOverposterLayerProperties3 Interface