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