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





Windows & Linux

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 ** ppGraphics
);
public: HRESULT put_Graphics(
    IAgRt3QueryGraphics Graphics
);
[Java]
public IAgRt3QueryGraphics getGraphics();
public void setGraphics(
    IAgRt3QueryGraphics
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.