ESRI.ArcGIS.ADF.IMS
DataFrameName Property
See Also 
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.

See Also

© 2010 All Rights Reserved.