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


IMdDiagramProperties.GridSize 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.GridSize Property
ArcGIS Developer Help

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(
  System.Int32* 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