ArcGIS Explorer Component Help |
SlideTitle..::.Clone Method |
SlideTitle Class See Also |
Returns a new SlideTitle with properties equal to the current SlideTitle.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public SlideTitle Clone() |
Visual Basic (Declaration) |
---|
Public Function Clone As SlideTitle |
Return Value
A SlideTitle that has the same text to display, font, background color properties and placement options as the cloned SlideTitle.Remarks
You can use this method to create a new instance of the SlideTitle class based on an existing SlideTitle. This feature is useful
if you want to use the same slide title in multiple slides.