ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.AddSimpleGraphics Method

Constructs a simple graphics node.

[Visual Basic .NET]
Public Sub AddSimpleGraphics ( _
    ByVal pRecorder As ISceneRenderer _
)
[C#]
public void AddSimpleGraphics (
    ISceneRenderer pRecorder
);
[C++]
HRESULT AddSimpleGraphics(
  ISceneRenderer* pRecorder
);
[C++]

Parameters

pRecorder [in]

  pRecorder is a parameter of type ISceneRenderer

Product Availability

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

See Also

ISceneGraph Interface