Enables/disables fill legends in 3D Graphics window for Volumetric object.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowFillLegend() As Boolean |
[C#] |
---|
public bool ShowFillLegend {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowFillLegend(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowFillLegend( VARIANT_BOOL * pShow ); public: HRESULT put_ShowFillLegend( VARIANT_BOOL pShow ); |
[Java] |
---|
public bool getShowFillLegend(); public void setShowFillLegend( bool ); |