STK ObjectsSend comments on this topic.
IsObjectVisible Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Whether the object is visible.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsObjectVisible() As Boolean
[C#]
public bool IsObjectVisible {get; set;}
[Managed C++]
public: __property bool get_IsObjectVisible();
public: __property void set_IsObjectVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsObjectVisible(
    VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsObjectVisible(
    VARIANT_BOOL Visibility
);
[Java]
public bool getIsObjectVisible();
public void setIsObjectVisible(
    bool
);
[Python - STK API ]
@property
def IsObjectVisible(self) -> bool:

@IsObjectVisible.setter
def IsObjectVisible(self, Visibility:bool) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.