ArcObjects Library Reference (Geometry)  

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,
  long* 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