AGI STK Objects 11 Send comments on this topic.
IsObjectGraphicsVisible Property (IAgCvGraphics)
See Also 
Windows






Windows & Linux

Description

Specify whether graphics attributes of the coverage definition are visible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsObjectGraphicsVisible() As Boolean

[C#]
public bool IsObjectGraphicsVisible {get; set;}

[Managed C++]
public: __property bool get_IsObjectGraphicsVisible();
public: __property void set_IsObjectGraphicsVisible(
bool
);

[Unmanaged C++]
public: HRESULT get_IsObjectGraphicsVisible(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsObjectGraphicsVisible(
VARIANT_BOOL NewIsObjectGraphicsVisible
);

[Java]
public bool getIsObjectGraphicsVisible();public void setIsObjectGraphicsVisible(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface