ArcGIS Explorer Component Help |
GeoRssLayer..::.Clone Method |
GeoRssLayer Class See Also |
Returns a new unconnected GeoRssLayer with properties equal to the current GeoRssLayer.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public GeoRssLayer Clone() |
Visual Basic (Declaration) |
---|
Public Function Clone As GeoRssLayer |
Return Value
A new GeoRssLayer.Remarks
The new GeoRssLayer will not be connected to its data source, or present in the map.
The Id property of the new layer will be different to that of the source object, as MapItem Ids are unique.
Version Information: This method is supported from version 2.0.0.1500.