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


ISceneGraph.SetOwnerVisibility 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.SetOwnerVisibility Method
ArcGIS Developer Help

ISceneGraph.SetOwnerVisibility Method

Sets the visibility of acts representing an object.

[Visual Basic .NET]
Public Sub SetOwnerVisibility ( _
    ByVal pObject As Object, _
    ByVal visible As Boolean _
)
[C#]
public void SetOwnerVisibility (
    object pObject,
    bool visible
);
[C++]
HRESULT SetOwnerVisibility(
  LPUNKNOWN pObject,
  VARIANT_BOOL visible
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown visible [in]
visible is a parameter of type bool

Product Availability

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

See Also

ISceneGraph Interface