ArcGIS Explorer Component Help |
Symbol..::.Clone Method |
Symbol Class See Also |
Returns a new Symbol with properties equal to the current Symbol.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
Return Value
A Symbol that has the same size, color, and other properties as the cloned Symbol.Remarks
You can use this method to create a new instance of the Symbol class based on an existing symbol. This feature is useful if you want to add the same symbol more than once.