AGI STK Objects 11 Send comments on this topic.
FillInterior Property (IAgATVO)
See Also 





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 * pRetVal
);
public: HRESULT put_FillInterior(
VARIANT_BOOL NewFillInterior
);

[Java]
public bool getFillInterior();public void setFillInterior(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1