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