|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexLabelStackingProperties Interface > IMaplexLabelStackingProperties.QuerySeparator Method (ArcObjects .NET 10.4 SDK) | 
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,
  BSTR* Separator,
  VARIANT_BOOL* Visible,
  VARIANT_BOOL* splitForced,
  VARIANT_BOOL* 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 VARIANT_BOOL splitForced [out] splitForced is a parameter of type VARIANT_BOOL splitAfter [out] splitAfter is a parameter of type VARIANT_BOOL