STK Real-Time Tracking ToolSend comments on this topic.
LabelSeparator Property (IAgRt3QueryGraphics)
See Also
Windows





Windows & Linux

Description

The string that will separate label fields.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelSeparator() As String
[C#]
public string LabelSeparator {get; set;}
[Managed C++]
public: __property String __gc ^ get_LabelSeparator();
public: __property void set_LabelSeparator( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_LabelSeparator(
    BSTR * pLabelSeparator
);
public: HRESULT put_LabelSeparator(
    BSTR LabelSeparator
);
[Java]
public String getLabelSeparator();
public void setLabelSeparator(
    String
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.