ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.MinimumFeatureSizeUnit Property

The minimum feature size is interpreted to be in this unit.

[Visual Basic .NET]
Public Property MinimumFeatureSizeUnit As esriMaplexUnit
[C#]
public esriMaplexUnit MinimumFeatureSizeUnit {get; set;}
[C++]
HRESULT get_MinimumFeatureSizeUnit(
  esriMaplexUnit* unit
);
[C++]
HRESULT put_MinimumFeatureSizeUnit(
  esriMaplexUnit unit
);
[C++]

Parameters

unit [out, retval]

  unit is a parameter of type esriMaplexUnit

unit [in]

  unit is a parameter of type esriMaplexUnit

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface