This document is archived and information here might be outdated. Recommended version. |
Get the transparency percentage of an owner as stored in the scene graph.
[Visual Basic .NET]
Public Sub GetOwnerTransparency ( _
ByVal pObject As Object, _
ByRef pTranspPercent As Integer _
)
[C#]
public void GetOwnerTransparency (
object pObject,
ref int pTranspPercent
);
[C++]
HRESULT GetOwnerTransparency(
LPUNKNOWN pObject,
System.Int32* pTranspPercent
);
[C++] Parameters pObject [in]
pObject is a parameter of type IUnknown pTranspPercent [out]
pTranspPercent is a parameter of type long*