This document is archived and information here might be outdated. Recommended version. |
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*
Returns the overall transparency in percent (truncated as an integer) of the Geometry Material located at the specified index.