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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1