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


IGeneralMultiPatchInfo.MaterialTransparencyPercent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.MaterialTransparencyPercent Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.MaterialTransparencyPercent Property

Get transparency %, in range of 0 - 100.

[Visual Basic .NET]
Public Function get_MaterialTransparencyPercent ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int get_MaterialTransparencyPercent (
    int Index
);
[C++]
HRESULT get_MaterialTransparencyPercent(
  long Index,
  System.Int32* pTransparency
);
[C++]
Parameters
Index [in]

Index is a parameter of type long pTransparency [out, retval]
pTransparency is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the overall transparency in percent (truncated as an integer) of the Geometry Material located at the specified index.

See Also

IGeneralMultiPatchInfo Interface