Downloads the specified
SOLIDWORKS Connected settings to SOLIDWORKS Desktop.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DownloadFromMySolidWorksSettings( _
ByVal SystemOptions As System.Boolean, _
ByVal FileLocations As System.Boolean, _
ByVal Customizations As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISldWorks
Dim SystemOptions As System.Boolean
Dim FileLocations As System.Boolean
Dim Customizations As System.Boolean
Dim value As System.Integer
value = instance.DownloadFromMySolidWorksSettings(SystemOptions, FileLocations, Customizations) |
Parameters
- SystemOptions
- True to download, false to not
- FileLocations
- True to download, false to not
- Customizations
- True to download, false to not
Return Value
Return code as defined by
swConnectedSyncSettingsErrors_e
Remarks
See Also
Availability
SOLIDWORKS 2021 FCS, Revision Number 29