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





Windows & Linux

Description

Toggles the display of all models.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowModels() As Boolean
[C#]
public bool ShowModels {get; set;}
[Managed C++]
public: __property bool get_ShowModels();
public: __property void set_ShowModels( bool );
[Unmanaged C++]
public: HRESULT get_ShowModels(
    VARIANT_BOOL * pDisplay
);
public: HRESULT put_ShowModels(
    VARIANT_BOOL Display
);
[Java]
public bool getShowModels();
public void setShowModels(
    bool
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.