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