STK ObjectsSend comments on this topic.
IsObjectGraphicsVisible Property (IAgStGraphics)
See Also
Windows





Windows & Linux

Description

Specify whether graphics attributes of the star 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 * pIsVisible
);
public: HRESULT put_IsObjectGraphicsVisible(
    VARIANT_BOOL pIsVisible
);
[Java]
public bool getIsObjectGraphicsVisible();
public void setIsObjectGraphicsVisible(
    bool
);
[Python - STK API ]
@property
def IsObjectGraphicsVisible(self) -> bool:

@IsObjectGraphicsVisible.setter
def IsObjectGraphicsVisible(self, pIsVisible:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.