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


IBasicOverposterLayerProperties4.FeatureType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.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.

Description

FeatureType is the type of feature, defined by esriBasicOverposterFeatureType (point, line or polygon), being labeled.

See Also

IBasicOverposterLayerProperties4 Interface