Repository URL to install this package:
|
Version:
2016.3.0.4050 ▾
|
//========================================================================//
// SOURCE CODE LICENSE //
// Copyright 2015 Dassault Systèmes SolidWorks Corporation //
// All rights reserved. //
// This software and related documentation are proprietary to //
// Dassault Systèmes SolidWorks Corporation //
//========================================================================//
// dsSystemFiles.js, JavaScript API dsSystemFiles interface
//
djObjectExtendCollection.dsSystemFiles = djSystemFilesExtend;
function djSystemFilesExtend(dsObj) {
dsObj.release = function() { return djProcessCommand(this, 'release', arguments); };
dsObj.get_CustomDictionaryFile = function() {return djProcessCommand(this, 'get_CustomDictionaryFile', arguments); };
dsObj.put_CustomDictionaryFile = function(NewVal) {return djProcessCommand(this, 'put_CustomDictionaryFile', arguments); };
dsObj.get_MainDictionaryFile = function() {return djProcessCommand(this, 'get_MainDictionaryFile', arguments); };
dsObj.put_MainDictionaryFile = function(NewVal) {return djProcessCommand(this, 'put_MainDictionaryFile', arguments); };
dsObj.get_HelpFile = function() {return djProcessCommand(this, 'get_HelpFile', arguments); };
dsObj.put_HelpFile = function(NewVal) {return djProcessCommand(this, 'put_HelpFile', arguments); };
dsObj.get_LogFilePath = function() {return djProcessCommand(this, 'get_LogFilePath', arguments); };
dsObj.put_LogFilePath = function(NewVal) {return djProcessCommand(this, 'put_LogFilePath', arguments); };
dsObj.get_TempPath = function() {return djProcessCommand(this, 'get_TempPath', arguments); };
dsObj.put_TempPath = function(NewVal) {return djProcessCommand(this, 'put_TempPath', arguments); };
dsObj.get_FontsPaths = function() {return djProcessCommand(this, 'get_FontsPaths', arguments); };
dsObj.put_FontsPaths = function(NewStrArray) {return djProcessCommand(this, 'put_FontsPaths', arguments); };
dsObj.get_SupportPaths = function() {return djProcessCommand(this, 'get_SupportPaths', arguments); };
dsObj.put_SupportPaths = function(NewStrArray) {return djProcessCommand(this, 'put_SupportPaths', arguments); };
dsObj.GetUserDataPath = function() {return djProcessCommand(this, 'GetUserDataPath', arguments); };
dsObj.get_DrawingBorderPaths = function() {return djProcessCommand(this, 'get_DrawingBorderPaths', arguments); };
dsObj.put_DrawingBorderPaths = function(NewStrArray) {return djProcessCommand(this, 'put_DrawingBorderPaths', arguments); };
dsObj.get_TitleBlockPaths = function() {return djProcessCommand(this, 'get_TitleBlockPaths', arguments); };
dsObj.put_TitleBlockPaths = function(NewStrArray) {return djProcessCommand(this, 'put_TitleBlockPaths', arguments); };
//Add forward methods above this line
}