ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.PolygonInternalZones Property

Indicates the placement priority associated with a zone internal to the polygon.

[Visual Basic .NET]
Public Function get_PolygonInternalZones ( _
    ByVal zone As esriMaplexZoneIdentifier _
) As Integer
[Visual Basic .NET]
Public Sub set_PolygonInternalZones ( _
    ByVal zone As esriMaplexZoneIdentifier, _
    ByVal Priority As Integer _
)
[C#]
public int get_PolygonInternalZones (
    esriMaplexZoneIdentifier zone
);
[C#]
public void set_PolygonInternalZones (
    esriMaplexZoneIdentifier zone,
    int Priority
);
[C++]
HRESULT get_PolygonInternalZones(
  esriMaplexZoneIdentifier zone,
  long* Priority
);
[C++]
HRESULT put_PolygonInternalZones(
  esriMaplexZoneIdentifier zone,
  long Priority
);
[C++]

Parameters

zone [in]

  zone is a parameter of type esriMaplexZoneIdentifier

Priority [out, retval]   Priority is a parameter of type long zone [in]

  zone is a parameter of type esriMaplexZoneIdentifier

Priority [in]   Priority is a parameter of type long

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface