Repository URL to install this package:
|
Version:
2016.3.0.4050 ▾
|
//========================================================================//
// SOURCE CODE LICENSE //
// Copyright 2014 Dassault Systèmes SolidWorks Corporation //
// All rights reserved. //
// This software and related documentation are proprietary to //
// Dassault Systèmes SolidWorks Corporation //
//========================================================================//
// dsDrawingSupportFiles.js, JavaScript API dsDrawingSupportFiles interface
//
djObjectExtendCollection.dsDrawingSupportFiles = djDrawingSupportFilesExtend;
function djDrawingSupportFilesExtend(dsObj) {
dsObj.release = function() { return djProcessCommand(this, 'release', arguments); };
dsObj.get_AlternateShxFontFile = function() {return djProcessCommand(this, 'get_AlternateShxFontFile', arguments); };
dsObj.put_AlternateShxFontFile = function(NewVal) {return djProcessCommand(this, 'put_AlternateShxFontFile', arguments); };
dsObj.get_AlternateBigFontFile = function() {return djProcessCommand(this, 'get_AlternateBigFontFile', arguments); };
dsObj.put_AlternateBigFontFile = function(NewVal) {return djProcessCommand(this, 'put_AlternateBigFontFile', arguments); };
dsObj.get_AlternateShapeFile = function() {return djProcessCommand(this, 'get_AlternateShapeFile', arguments); };
dsObj.put_AlternateShapeFile = function(NewVal) {return djProcessCommand(this, 'put_AlternateShapeFile', arguments); };
dsObj.get_DrawingFilesPath = function() {return djProcessCommand(this, 'get_DrawingFilesPath', arguments); };
dsObj.put_DrawingFilesPath = function(NewStrArray) {return djProcessCommand(this, 'put_DrawingFilesPath', arguments); };
dsObj.get_DrawingTemplateFilesPath = function() {return djProcessCommand(this, 'get_DrawingTemplateFilesPath', arguments); };
dsObj.put_DrawingTemplateFilesPath = function(NewVal) {return djProcessCommand(this, 'put_DrawingTemplateFilesPath', arguments); };
dsObj.get_ExternalReferencesFilesPath = function() {return djProcessCommand(this, 'get_ExternalReferencesFilesPath', arguments); };
dsObj.put_ExternalReferencesFilesPath = function(NewVal) {return djProcessCommand(this, 'put_ExternalReferencesFilesPath', arguments); };
dsObj.get_FontMappingFile = function() {return djProcessCommand(this, 'get_FontMappingFile', arguments); };
dsObj.put_FontMappingFile = function(NewVal) {return djProcessCommand(this, 'put_FontMappingFile', arguments); };
dsObj.get_LibraryFilesPath = function() {return djProcessCommand(this, 'get_LibraryFilesPath', arguments); };
dsObj.put_LibraryFilesPath = function(NewVal) {return djProcessCommand(this, 'put_LibraryFilesPath', arguments); };
dsObj.get_LineStyleFilePath = function() {return djProcessCommand(this, 'get_LineStyleFilePath', arguments); };
dsObj.put_LineStyleFilePath = function(NewVal) {return djProcessCommand(this, 'put_LineStyleFilePath', arguments); };
dsObj.get_PrintSettingsPath = function() {return djProcessCommand(this, 'get_PrintSettingsPath', arguments); };
dsObj.put_PrintSettingsPath = function(NewVal) {return djProcessCommand(this, 'put_PrintSettingsPath', arguments); };
dsObj.get_RichLineStyleFilePath = function() {return djProcessCommand(this, 'get_RichLineStyleFilePath', arguments); };
dsObj.put_RichLineStyleFilePath = function(NewVal) {return djProcessCommand(this, 'put_RichLineStyleFilePath', arguments); };
//Add forward methods above this line
}