AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_ShowFillLegend(
   VARIANT_BOOL NewShowFillLegend
);
[Java]
public bool getShowFillLegend();
public void setShowFillLegend(
   bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.