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


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

IMdDiagramProperties.GridLineColor Property

The grid line color of the diagram properties object.

[Visual Basic .NET]
Public Property GridLineColor As Integer
[C#]
public int GridLineColor {get; set;}
[C++]
HRESULT get_GridLineColor(
  System.Int32* pColor
);
[C++]
HRESULT put_GridLineColor(
  long pColor
);
[C++]
Parameters
pColor [out, retval]

pColor is a parameter of type long* pColor [in]
pColor is a parameter of type long

Product Availability

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

See Also

IMdDiagramProperties Interface