STK ObjectsSend comments on this topic.
ShowFillLegend Property (IAgVmVO)
See Also
Windows





Windows & Linux

Description

Enables/disables fill legends in 3D Graphics window for Volumetric object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowFillLegend() As Boolean
[C#]
public bool ShowFillLegend {get; set;}
[Managed C++]
public: __property bool get_ShowFillLegend();
public: __property void set_ShowFillLegend( bool );
[Unmanaged C++]
public: HRESULT get_ShowFillLegend(
    VARIANT_BOOL * pShow
);
public: HRESULT put_ShowFillLegend(
    VARIANT_BOOL pShow
);
[Java]
public bool getShowFillLegend();
public void setShowFillLegend(
    bool
);
[Python - STK API ]
@property
def ShowFillLegend(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.