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


ISceneGraph.GetOwnerTransparency Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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,
  long* pTranspPercent
);
[C++]

Parameters pObject [in] pObject is a parameter of type LPUNKNOWN 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