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






Windows & Linux

Description

If the label has multiple fields, show each field on a new line.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MultiLineLabel() As Boolean

[C#]
public bool MultiLineLabel {get; set;}

[Managed C++]
public: __property bool get_MultiLineLabel();
public: __property void set_MultiLineLabel(
bool
);

[Unmanaged C++]
public: HRESULT get_MultiLineLabel(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_MultiLineLabel(
VARIANT_BOOL NewMultiLineLabel
);

[Java]
public bool getMultiLineLabel();public void setMultiLineLabel(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface