AGI Real-Time Tracking Tool 11 Send comments on this topic.
LabelSeparator Property (IAgRt3QueryGraphics)
See Also 





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 * pRetVal
);
public: HRESULT put_LabelSeparator(
BSTR NewLabelSeparator
);

[Java]
public String getLabelSeparator();public void setLabelSeparator(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1