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


ISxApplication.CreateSubView Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcScene > ESRI.ArcGIS.ArcScene > Interfaces > IS > ISxApplication Interface > ISxApplication.CreateSubView Method
ArcGIS Developer Help

ISxApplication.CreateSubView Method

Makes a new viewer.

[Visual Basic .NET]
Public Sub CreateSubView ( _
)
[C#]
public void CreateSubView (
);

Product Availability

Available with ArcGIS Desktop. Requires 3D Analyst Extension.

Description

This member creates a secondary viewer that, while associated with the ArcScene application, displays in its own separate window. The viewer supports ISceneViewer and has its own camera so that perspective can be controlled independently of the primary viewer.

See Also

ISxApplication Interface