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





Description

The list of meta-data fields whose values will be used to generate the entity label.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Labels() As System.Array

[C#]
public System.Array Labels {get; set;}

[Managed C++]
public: __property System::Array^ get_Labels();
public: __property void set_Labels(
System::Array ^
);

[Unmanaged C++]
public: HRESULT get_Labels(
SAFEARRAY ** ppRetVal
);
public: HRESULT put_Labels(
SAFEARRAY * pNewLabels
);

[Java]
public Object[] getLabels();public void setLabels(
Object[]
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1