This document is archived and information here might be outdated. Recommended version. |
Indicates if the map grid is visible.
[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
Boolean* Visible
);
[C++]
HRESULT put_Visible(
VARIANT_BOOL Visible
);
[C++] Parameters Visible [out, retval]
Visible is a parameter of type bool* Visible [in]
Visible is a parameter of type bool