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


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

ISceneGraph.Remove Method

Removes actors representing an object.

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

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