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


IMaplexLabelStackingProperties.QuerySeparator 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.QuerySeparator Method
ArcGIS Developer Help

IMaplexLabelStackingProperties.QuerySeparator Method

Returns the separator in the collection at the specified index.

[Visual Basic .NET]
Public Sub QuerySeparator ( _
    ByVal Index As Integer, _
    ByRef Separator As String, _
    ByRef Visible As Boolean, _
    ByRef splitForced As Boolean, _
    ByRef splitAfter As Boolean _
)
[C#]
public void QuerySeparator (
    int Index,
    ref string Separator,
    ref bool Visible,
    ref bool splitForced,
    ref bool splitAfter
);
[C++]
HRESULT QuerySeparator(
  long Index,
  System.String* Separator,
  Boolean* Visible,
  Boolean* splitForced,
  Boolean* splitAfter
);
[C++]
Parameters
Index [in]

Index is a parameter of type long Separator [out]
Separator is a parameter of type BSTR* Visible [out]
Visible is a parameter of type bool* splitForced [out]
splitForced is a parameter of type bool* splitAfter [out]
splitAfter is a parameter of type bool*

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface