ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.StrategyPriority Property

Indicates the priority of a placement strategy when placing text.

[Visual Basic .NET]
Public Function get_StrategyPriority ( _
    ByVal strategy As esriMaplexStrategyIdentifier _
) As Integer
[Visual Basic .NET]
Public Sub set_StrategyPriority ( _
    ByVal strategy As esriMaplexStrategyIdentifier, _
    ByVal Priority As Integer _
)
[C#]
public int get_StrategyPriority (
    esriMaplexStrategyIdentifier strategy
);
[C#]
public void set_StrategyPriority (
    esriMaplexStrategyIdentifier strategy,
    int Priority
);
[C++]
HRESULT get_StrategyPriority(
  esriMaplexStrategyIdentifier strategy,
  long* Priority
);
[C++]
HRESULT put_StrategyPriority(
  esriMaplexStrategyIdentifier strategy,
  long Priority
);
[C++]

Parameters

strategy [in]

  strategy is a parameter of type esriMaplexStrategyIdentifier

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

  strategy is a parameter of type esriMaplexStrategyIdentifier

Priority [in]   Priority is a parameter of type long

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface