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
);
|
See Also