STK ObjectsSend comments on this topic.
FillVisible Property (IAgSnGraphics)
See Also
Windows





Windows & Linux

Description

Opt whether to display the region covered by the sensor footprint as a filled area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillVisible() As Boolean
[C#]
public bool FillVisible {get; set;}
[Managed C++]
public: __property bool get_FillVisible();
public: __property void set_FillVisible( bool );
[Unmanaged C++]
public: HRESULT get_FillVisible(
    VARIANT_BOOL * pVal
);
public: HRESULT put_FillVisible(
    VARIANT_BOOL pVal
);
[Java]
public bool getFillVisible();
public void setFillVisible(
    bool
);
[Python - STK API ]
@property
def FillVisible(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.