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





Description

Graphical properties to be associated with entities in the query.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Graphics() As IAgRt3QueryGraphics

[C#]
public IAgRt3QueryGraphics Graphics {get; set;}

[Managed C++]
public: __property IAgRt3QueryGraphics^ get_Graphics();
public: __property void set_Graphics(
IAgRt3QueryGraphics ^
);

[Unmanaged C++]
public: HRESULT get_Graphics(
IAgRt3QueryGraphics ** ppRetVal
);
public: HRESULT put_Graphics(
IAgRt3QueryGraphics * pNewGraphics
);

[Java]
public IAgRt3QueryGraphics getGraphics();public void setGraphics(
IAgRt3QueryGraphics
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1