ESRI.ArcGIS.ADF.IMS
DataFrameName Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : DataFrameName Property




Name of the data frame from which the MapView was derived, if any.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataFrameName As String
Visual Basic (Usage)Copy Code
Dim instance As MapView
Dim value As String
 
value = instance.DataFrameName
C# 
public string DataFrameName {get;}

Remarks

If the MapView was derived from MapService by specifying a data frame and the service is based on ArcMap Server, this property gets the name of the data frame. If the MapView uses a standard image service, or the MapView uses the default data frame of an ArcMap service, this property will be null.

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.