STK ObjectsSend comments on this topic.
Fill Property (IAgVeVOElevContours)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_Fill(
    VARIANT_BOOL Fill
);
[Java]
public bool getFill();
public void setFill(
    bool
);
[Python - STK API ]
@property
def Fill(self) -> bool:

@Fill.setter
def Fill(self, Fill:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.