ArcObjects Library Reference (ArcScene)  

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