AGI STK Objects 11 Send comments on this topic.
ShowFillLegend Property (IAgVmVO)
See Also 





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 * pRetVal
);
public: HRESULT put_ShowFillLegend(
VARIANT_BOOL NewShowFillLegend
);

[Java]
public bool getShowFillLegend();public void setShowFillLegend(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1