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


IMaplexOverposterLayerProperties2.PolygonExternalZones Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexOverposterLayerProperties2 Interface > IMaplexOverposterLayerProperties2.PolygonExternalZones Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties2.PolygonExternalZones Property

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

[Visual Basic .NET]
Public Function get_PolygonExternalZones ( _
    ByVal zone As esriMaplexZoneIdentifier _
) As Integer
[Visual Basic .NET]
Public Sub set_PolygonExternalZones ( _
    ByVal zone As esriMaplexZoneIdentifier, _
    ByVal Priority As Integer _
)
[C#]
public int get_PolygonExternalZones (
    esriMaplexZoneIdentifier zone
);
[C#]
public void set_PolygonExternalZones (
    esriMaplexZoneIdentifier zone,
    int Priority
);
[C++]
HRESULT get_PolygonExternalZones(
  esriMaplexZoneIdentifier zone,
  System.Int32* Priority
);
[C++]
HRESULT put_PolygonExternalZones(
  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