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


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

IMdDiagramProperties.GridType Property

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

Product Availability

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

See Also

IMdDiagramProperties Interface