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


IGeometryMaterial.TransparentTextureColor 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.TransparentTextureColor Property
ArcGIS Developer Help

IGeometryMaterial.TransparentTextureColor Property

The transparent texture color.

[Visual Basic .NET]
Public Property TransparentTextureColor As IRgbColor
[C#]
public IRgbColor TransparentTextureColor {get; set;}
[C++]
HRESULT get_TransparentTextureColor(
  IRgbColor* ppRgbColor
);
[C++]
HRESULT putref_TransparentTextureColor(
  IRgbColor** ppRgbColor
);
[C++]
Parameters
ppRgbColor [in]

ppRgbColor is a parameter of type IRgbColor* ppRgbColor [out, retval]
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