AGI Real-Time Tracking Tool 11 Send comments on this topic.
ShowModels Property (IAgRt3EntityManager)
See Also 
Windows






Windows & Linux

Description

Toggles the display of all entity 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 * pRetVal
);
public: HRESULT put_ShowModels(
VARIANT_BOOL NewShowModels
);

[Java]
public bool getShowModels();public void setShowModels(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface