Copy auto-detected zone definitions to a new Map. The Map name will be auto-generated to include the date and time, Definition will be set to DefinitionType.Map, and the newly-created Map will be used for analysis.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Function CopyAutoToMap() As String |
C# | |
---|
public string CopyAutoToMap() |
C++/CLI | |
---|
public:
String^ CopyAutoToMap(); |
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.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also