ArcObjects Library Reference  (3DAnalyst)    

ISceneGraph.Remove Method

Removes actors representing an object.

[Visual Basic 6.0]
Sub Remove(
    ByVal pObject As Unknown, _
    ByVal bUpdateExtent As Boolean _
)
[Visual Basic .NET]
Public Sub Remove ( _
    ByVal pObject As Object, _
    ByVal bUpdateExtent As Boolean _
)
[C#]
public void Remove (
    object pObject,
    bool bUpdateExtent
);
[Java]
public void remove (
    Object pObject,
    Boolean bUpdateExtent
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Remove(
  LPUNKNOWN pObject,
  VARIANT_BOOL bUpdateExtent
);
[C++]

Parameters

pObject [in]

  pObject is a parameter of type LPUNKNOWN

bUpdateExtent [in]

  bUpdateExtent is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISceneGraph Interface

 


Feedback Send feedback on this page