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


IBasicOverposterLayerProperties4.LineLabelPlacementPriorities Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IBasicOverposterLayerProperties4.LineLabelPlacementPriorities Property

Line label placement position priority options.

[Visual Basic .NET]
Public Property LineLabelPlacementPriorities As ILineLabelPlacementPriorities
[C#]
public ILineLabelPlacementPriorities LineLabelPlacementPriorities {get; set;}
[C++]
HRESULT get_LineLabelPlacementPriorities(
  ILineLabelPlacementPriorities** linePlacementPriorities
);
[C++]
HRESULT put_LineLabelPlacementPriorities(
  ILineLabelPlacementPriorities* linePlacementPriorities
);
[C++]

Parameters linePlacementPriorities [out, retval]
linePlacementPriorities is a parameter of type ILineLabelPlacementPriorities linePlacementPriorities [in]
linePlacementPriorities is a parameter of type ILineLabelPlacementPriorities

Product Availability

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

Description

LineLabelPlacementPriorities is the placement priorities relative to line features.

Remarks

This is only used when the FeatureType is of type esriOverposterPolyline.

See Also

IBasicOverposterLayerProperties4 Interface