ArcObjects Library Reference (3DAnalyst)  

IGeometryMaterial.Color Property

The color.

[Visual Basic .NET]
Public Property Color As IRgbColor
[C#]
public IRgbColor Color {get; set;}
[C++]
HRESULT get_Color(
  IRgbColor** ppRgbColor
);
[C++]
HRESULT putref_Color(
  IRgbColor* ppRgbColor
);
[C++]

Parameters

ppRgbColor [out, retval]

  ppRgbColor is a parameter of type IRgbColor

ppRgbColor [in]

  ppRgbColor is a parameter of type IRgbColor

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

IGeometryMaterial Interface