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


IGeometryMaterial Interface (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
ArcGIS Developer Help

IGeometryMaterial Interface

Provides access to Material properties.

Product Availability

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

Members

Name Description
Method ClearTextureImage Clear Texture Image file.
Method ClearTransparentTextureColor Clear the transparent color to the texture image.
Read/write property Color The color.
Method GetColor Get color, red, green, blue is in range of 0.0 - 1.0.
Read-only property HasTransparentTextureColor Indicates if a transparent color has been assigned to the texture image.
Method SetColor Set color, red, green, blue is in range of 0.0 - 1.0.
Read-only property TextureColorPalette The values of unique RGB colors in the texture image.
Read/write property TextureImage The Texture Image file.
Read/write property Transparency The transparency, in range of 0.0 - 1.0.
Read/write property TransparentTextureColor The transparent texture color.

Classes that implement IGeometryMaterial

Classes Description
GeometryMaterial The Geometry Material component.