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


IMaplexLabelStackingProperties.AddSeparator Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexLabelStackingProperties Interface > IMaplexLabelStackingProperties.AddSeparator Method
ArcGIS Developer Help

IMaplexLabelStackingProperties.AddSeparator Method

Adds the specified separator to the collection.

[Visual Basic .NET]
Public Sub AddSeparator ( _
    ByVal Separator As String, _
    ByVal Visible As Boolean, _
    ByVal splitForced As Boolean, _
    ByVal splitAfter As Boolean _
)
[C#]
public void AddSeparator (
    string Separator,
    bool Visible,
    bool splitForced,
    bool splitAfter
);
[C++]
HRESULT AddSeparator(
  BSTR Separator,
  VARIANT_BOOL Visible,
  VARIANT_BOOL splitForced,
  VARIANT_BOOL splitAfter
);
[C++]
Parameters
Separator [in]

Separator is a parameter of type BSTR Visible [in]
Visible is a parameter of type bool splitForced [in]
splitForced is a parameter of type bool splitAfter [in]
splitAfter is a parameter of type bool

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface