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


ISceneGraph.GetOwnerTransparency Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneGraph Interface > ISceneGraph.GetOwnerTransparency Method
ArcGIS Developer Help

ISceneGraph.GetOwnerTransparency Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

See Also

ISceneGraph Interface