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


IMdDiagramProperties.GridType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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