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