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