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


IMaplexLabelStackingProperties.AddSeparator Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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 VARIANT_BOOL splitForced [in] splitForced is a parameter of type VARIANT_BOOL splitAfter [in] splitAfter is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface