Display the area target as a filled polygon indicating the portion of the globe that the area target covers.
Read-write property
[Visual Basic .NET] |
---|
Public Property FillInterior() As Boolean |
[C#] |
---|
public bool FillInterior {get; set;} |
[Managed C++] |
---|
public: __property bool get_FillInterior(); |
[Unmanaged C++] |
---|
public: HRESULT get_FillInterior( VARIANT_BOOL * pFillInterior ); public: HRESULT put_FillInterior( VARIANT_BOOL pFillInterior ); |
[Java] |
---|
public bool getFillInterior(); public void setFillInterior( bool ); |