STK Real-Time Tracking ToolSend 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 * pMultiLineLabel
);
public: HRESULT put_MultiLineLabel(
    VARIANT_BOOL MultiLineLabel
);
[Java]
public bool getMultiLineLabel();
public void setMultiLineLabel(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.