This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexLabelStackingProperties Interface > IMaplexLabelStackingProperties.AddSeparator Method (ArcObjects .NET 10.4 SDK) |
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