ArcObjects Library Reference (3DAnalyst)  

ISceneGraph.AddSimpleActor Method

Constructs a simple actor (layer visualization subgraph).

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

Parameters

pRecorder [in]

  pRecorder is a parameter of type ISceneRenderer

pGeoDataset [in]

  pGeoDataset is a parameter of type IGeoDataset

Product Availability

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

See Also

ISceneGraph Interface