ArcObjects Library Reference (Carto)  

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,
  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

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface