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


IGMxApplication.CreateSubView Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > ArcGlobe > ESRI.ArcGIS.ArcGlobe > Interfaces > IG > IGMxApplication Interface > IGMxApplication.CreateSubView Method
ArcGIS Developer Help

IGMxApplication.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.

Remarks

Similar to the main viewer, secondary viewers allow you to display the data in perspective,which is independent from the perspective of the main viewer. This helps in viewing the same data from different directions.

See Also

IGMxApplication Interface