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


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

IGeometryMaterial.HasTransparentTextureColor Property

Indicates if a transparent color has been assigned to the texture image.

[Visual Basic .NET]
Public ReadOnly Property HasTransparentTextureColor As Boolean
[C#]
public bool HasTransparentTextureColor {get;}
[C++]
HRESULT get_HasTransparentTextureColor(
  Boolean* pHasTransparentColor
);
[C++]
Parameters
pHasTransparentColor [out, retval]

pHasTransparentColor is a parameter of type bool*

Product Availability

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

See Also

IGeometryMaterial Interface