This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.GridSize Property (ArcObjects .NET 10.4 SDK) |
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