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


IDataGraphTPenProperties.Color Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDataGraphTPenProperties Interface > IDataGraphTPenProperties.Color Property
ArcGIS Developer Help

IDataGraphTPenProperties.Color Property

Color of the line.

[Visual Basic .NET]
Public Property Color As Integer
[C#]
public int Color {get; set;}
[C++]
HRESULT get_Color(
  OLE_COLOR* pColor
);
[C++]
HRESULT put_Color(
  OLE_COLOR pColor
);
[C++]
Parameters
pColor [out, retval]

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

Product Availability

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

See Also

IDataGraphTPenProperties Interface