STK ObjectsSend comments on this topic.
IsFillVisible Property (IAgGfxRangeContours)
See Also
Windows





Windows & Linux

Description

Display the range contours as a filled polygon on the surface of the central body.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsFillVisible() As Boolean
[C#]
public bool IsFillVisible {get; set;}
[Managed C++]
public: __property bool get_IsFillVisible();
public: __property void set_IsFillVisible( bool );
[Unmanaged C++]
public: HRESULT get_IsFillVisible(
    VARIANT_BOOL * pShow
);
public: HRESULT put_IsFillVisible(
    VARIANT_BOOL inVal
);
[Java]
public bool getIsFillVisible();
public void setIsFillVisible(
    bool
);
[Python - STK API ]
@property
def IsFillVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.