Loads the specified
*.sldsettings file into
SOLIDWORKS Connected.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function LoadAdminSettingsFile( _
ByVal FilePath As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim FilePath As System.String
Dim value As System.Integer
value = instance.LoadAdminSettingsFile(FilePath) |
C# | |
---|
System.int LoadAdminSettingsFile(
System.string FilePath
) |
C++/CLI | |
---|
System.int LoadAdminSettingsFile(
& System.String^ FilePath
) |
Parameters
- FilePath
- Full local path name of the *.sldsettings file to load
Return Value
True if settings successfully applied, false if not
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30