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


IGeometryMaterial.TextureColorPalette Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IG > IGeometryMaterial Interface > IGeometryMaterial.TextureColorPalette Property
ArcGIS Developer Help

IGeometryMaterial.TextureColorPalette Property

The values of unique RGB colors in the texture image.

[Visual Basic .NET]
Public Sub TextureColorPalette ( _
    ByRef ppRgbColors As IArray _
)
[C#]
public void TextureColorPalette (
    ref IArray ppRgbColors
);
[C++]
HRESULT get_TextureColorPalette(
  IArray** ppRgbColors
);
[C++]
Parameters
ppRgbColors [out]

ppRgbColors is a parameter of type IArray**

Product Availability

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

See Also

IGeometryMaterial Interface