Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function CopyAutoToMap( _ ByVal newMapName As String, _ ByVal actions As CopyDefinitionActions _ ) As String |
C# | |
---|---|
public abstract string CopyAutoToMap( string newMapName, CopyDefinitionActions actions ) |
C++/CLI | |
---|---|
public: abstract String^ CopyAutoToMap( String^ newMapName, CopyDefinitionActions actions ) |
Parameters
- newMapName
- The Map name to use for the created Map. If empty string (""), a date-time based name will be generated automatically.
- actions
- Bit field to specify additional behavior. Please see CopyDefinitionActions for details.
Return Value
Returns the name of the new Map. An empty string ("") indicates a failure in the copy operation, and no valid Map was created.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)