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


IMdDiagramProperties.GridSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdDiagramProperties.GridSize Property

The grid size of the diagram properties object.

[Visual Basic .NET]
Public Property GridSize As Integer
[C#]
public int GridSize {get; set;}
[C++]
HRESULT get_GridSize(
  long* pGridSize
);
[C++]
HRESULT put_GridSize(
  long pGridSize
);
[C++]

Parameters pGridSize [out, retval] pGridSize is a parameter of type long pGridSize [in] pGridSize is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface