This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdDiagramProperties Interface > IMdDiagramProperties.GridType Property (ArcObjects .NET 10.4 SDK) |
The grid type of the diagram properties object.
[Visual Basic .NET] Public Property GridType As esriModelDiagramGridType
[C#] public esriModelDiagramGridType GridType {get; set;}
[C++]
HRESULT get_GridType(
esriModelDiagramGridType* pGridType
);
[C++]
HRESULT put_GridType(
esriModelDiagramGridType pGridType
);
[C++]
Parameters pGridType [out, retval]
pGridType is a parameter of type esriModelDiagramGridType pGridType [in]
pGridType is a parameter of type esriModelDiagramGridType