ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.PolygonFeatureType Property

Indicates the options for the polygon feature type.

[Visual Basic .NET]
Public Property PolygonFeatureType As esriMaplexPolygonFeatureType
[C#]
public esriMaplexPolygonFeatureType PolygonFeatureType {get; set;}
[C++]
HRESULT get_PolygonFeatureType(
  esriMaplexPolygonFeatureType* option
);
[C++]
HRESULT put_PolygonFeatureType(
  esriMaplexPolygonFeatureType option
);
[C++]

Parameters

option [out, retval]

  option is a parameter of type esriMaplexPolygonFeatureType

option [in]

  option is a parameter of type esriMaplexPolygonFeatureType

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface