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


ISceneExporter3d.ExportScene Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IS > ISceneExporter3d Interface > ISceneExporter3d.ExportScene Method
ArcGIS Developer Help

ISceneExporter3d.ExportScene Method

Exports the scene.

[Visual Basic .NET]
Public Sub ExportScene ( _
    ByVal pScene As IScene _
)
[C#]
public void ExportScene (
    IScene pScene
);
[C++]
HRESULT ExportScene(
  IScene* pScene
);
[C++]
Parameters
pScene [in]

pScene is a parameter of type IScene*

Product Availability

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

See Also

ISceneExporter3d Interface