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





Windows & Linux

Description

Toggles the display of the name of the meta-data field as part of the label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowFieldName() As Boolean
[C#]
public bool ShowFieldName {get; set;}
[Managed C++]
public: __property bool get_ShowFieldName();
public: __property void set_ShowFieldName( bool );
[Unmanaged C++]
public: HRESULT get_ShowFieldName(
    VARIANT_BOOL * pShowFieldName
);
public: HRESULT put_ShowFieldName(
    VARIANT_BOOL ShowFieldName
);
[Java]
public bool getShowFieldName();
public void setShowFieldName(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.