Initializes a new instance of the View class with the specified name and Viewpoint.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public View(
	string name,
	Viewpoint viewpoint
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	viewpoint As Viewpoint _
)

Parameters

name
Type: System..::.String
The name of the View.
viewpoint
Type: ESRI.ArcGISExplorer.Mapping..::.Viewpoint
A Viewpoint object to set as the Viewpoint property of the new View.

Remarks

This overload constructs a View by initializing the Name and Viewpoint properties with the specified name and viewpoint.

See Also

Relate Topics:
  View Constructor
Created by Atop CHM to web converter,© 2009 all right reserved.