This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.ShowGrid Property (ArcObjects .NET 10.4 SDK) |
Indicates whether or not to show a grid on the diagram.
[Visual Basic .NET] Public Property ShowGrid As Boolean
[C#] public bool ShowGrid {get; set;}
[C++]
HRESULT get_ShowGrid(
VARIANT_BOOL* pShowGrid
);
[C++]
HRESULT put_ShowGrid(
VARIANT_BOOL pShowGrid
);
[C++]
Parameters pShowGrid [out, retval] pShowGrid is a parameter of type VARIANT_BOOL pShowGrid [in] pShowGrid is a parameter of type VARIANT_BOOL