ESRI.ArcGIS.ADF.IMS
LayoutView Constructor(MapService)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > LayoutView Class > LayoutView Constructor : LayoutView Constructor(MapService)




mapService
The MapService initialized with the properties of the ArcMap image service.
Creates a new LayoutView object from a MapService.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal mapService As MapService _
)
Visual Basic (Usage)Copy Code
Dim mapService As MapService
 
Dim instance As New LayoutView(mapService)
C# 
public LayoutView( 
   MapService mapService
)

Parameters

mapService
The MapService initialized with the properties of the ArcMap image service.

Remarks

An alternative method for generating a LayoutView is CreateLayoutView.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.