 | PublicLibraryCatalogSave Method |
Save this catalog to the provided file
Namespace: Aml.Engine.ResourcesAssembly: Aml.Engine.Resources (in Aml.Engine.Resources.dll) Version: 3.0
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
Parameters
- filePath String
- The full path of the file
See Also