AGI STK Objects 11 Send comments on this topic.
IsFillVisible Property (IAgVeGfxSAA)
See Also 





Description

Opt whether to display a fill in the region within the South Atlantic Anomaly contours.

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

[Java]
public bool getIsFillVisible();public void setIsFillVisible(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1