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.