This document is archived and information here might be outdated.  Recommended version.


IMdDiagramProperties.ShowGrid Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.ShowGrid Property
ArcGIS Developer Help

IMdDiagramProperties.ShowGrid Property

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(
  Boolean* pShowGrid
);
[C++]
HRESULT put_ShowGrid(
  VARIANT_BOOL pShowGrid
);
[C++]
Parameters
pShowGrid [out, retval]

pShowGrid is a parameter of type bool* pShowGrid [in]
pShowGrid is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMdDiagramProperties Interface