ArcObjects Library Reference (3DAnalyst)  

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(
  VARIANT_BOOL* pHasTransparentColor
);
[C++]

Parameters

pHasTransparentColor [out, retval]   pHasTransparentColor is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGeometryMaterial Interface