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





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 * pRetVal
);
public: HRESULT put_ShowFieldName(
VARIANT_BOOL NewShowFieldName
);

[Java]
public bool getShowFieldName();public void setShowFieldName(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1