Opt whether to display a fill in the region within the South Atlantic Anomaly contours.
Read-write property
[Visual Basic .NET] |
---|
Public Property IsFillVisible() As Boolean |
[C#] |
---|
public bool IsFillVisible {get; set;} |
[Managed C++] |
---|
public: __property bool get_IsFillVisible(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsFillVisible( VARIANT_BOOL * pVal ); public: HRESULT put_IsFillVisible( VARIANT_BOOL bVal ); |
[Java] |
---|
public bool getIsFillVisible(); public void setIsFillVisible( bool ); |