This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetOwnerTransparency Method (ArcObjects .NET 10.4 SDK) |
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,
long* pTranspPercent
);
[C++]
Parameters pObject [in] pObject is a parameter of type LPUNKNOWN pTranspPercent [out] pTranspPercent is a parameter of type long