ArcObjects Library Reference (Geoprocessing)  

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(
  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

Product Availability

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

See Also

IMdDiagramProperties Interface