STK ObjectsSend comments on this topic.
IsVisible Property (IAgVORangeContours)
See Also
Windows





Windows & Linux

Description

Display the contour cone's projection on the surface of the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsVisible() As Boolean
[C#]
public bool IsVisible {get; set;}
[Managed C++]
public: __property bool get_IsVisible();
public: __property void set_IsVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_IsVisible(
    VARIANT_BOOL IsVisible
);
[Java]
public bool getIsVisible();
public void setIsVisible(
    bool
);
[Python - STK API ]
@property
def IsVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.