This document is archived and information here might be outdated. Recommended version. |
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*