Description
Show/hide grid points in 3D Graphics window.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ShowGridPoints() As Boolean
|
[C#] |
---|
public bool ShowGridPoints {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ShowGridPoints(); public: __property void set_ShowGridPoints(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_ShowGridPoints(
VARIANT_BOOL * pShow
);
public: HRESULT put_ShowGridPoints(
VARIANT_BOOL pShow
);
|
[Java] |
---|
public bool getShowGridPoints();
public void setShowGridPoints(
bool
);
|
See Also