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