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


IGeometryMaterial.TextureColorPalette Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

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