ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties.LabelStackingProperties Property

The label stacking properties for a layer.

[Visual Basic .NET]
Public Property LabelStackingProperties As IMaplexLabelStackingProperties
[C#]
public IMaplexLabelStackingProperties LabelStackingProperties {get; set;}
[C++]
HRESULT get_LabelStackingProperties(
  IMaplexLabelStackingProperties** props
);
[C++]
HRESULT put_LabelStackingProperties(
  IMaplexLabelStackingProperties* props
);
[C++]

Parameters

props [out, retval]

  props is a parameter of type IMaplexLabelStackingProperties

props [in]

  props is a parameter of type IMaplexLabelStackingProperties

Product Availability

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

See Also

IMaplexOverposterLayerProperties Interface