Show/hide grid in 3D Graphics window.
Read-write property
[Visual Basic .NET] |
---|
Public Property ShowGrid() As Boolean |
[C#] |
---|
public bool ShowGrid {get; set;} |
[Managed C++] |
---|
public: __property bool get_ShowGrid(); |
[Unmanaged C++] |
---|
public: HRESULT get_ShowGrid( VARIANT_BOOL * pShow ); public: HRESULT put_ShowGrid( VARIANT_BOOL pShow ); |
[Java] |
---|
public bool getShowGrid(); public void setShowGrid( bool ); |