AGI STK Objects 11 Send comments on this topic.
Fill Property (IAgVeVOElevContours)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1