STK ObjectsSend comments on this topic.
FillInterior Property (IAgATVO)
See Also
Windows





Windows & Linux

Description

Display the area target as a filled polygon indicating the portion of the globe that the area target covers.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property FillInterior() As Boolean
[C#]
public bool FillInterior {get; set;}
[Managed C++]
public: __property bool get_FillInterior();
public: __property void set_FillInterior( bool );
[Unmanaged C++]
public: HRESULT get_FillInterior(
    VARIANT_BOOL * pFillInterior
);
public: HRESULT put_FillInterior(
    VARIANT_BOOL pFillInterior
);
[Java]
public bool getFillInterior();
public void setFillInterior(
    bool
);
[Python - STK API ]
@property
def FillInterior(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.