Description
Opt whether to display elevation angle contours as a filled polygon on the surface of the central body.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Fill() As Boolean
|
| [C#] |
|---|
public bool Fill {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_Fill(); public: __property void set_Fill( bool );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Fill( VARIANT_BOOL * pRetVal ); public: HRESULT put_Fill( VARIANT_BOOL NewFill );
|
| [Java] |
|---|
public bool getFill();public void setFill( bool );
|
See Also