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