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 //
//========================================================================//
// dsCustomPropertyControl.js, JavaScript API dsCustomPropertyControl interface
//
djObjectExtendCollection.dsCustomPropertyControl = djCustomPropertyControlExtend;
function djCustomPropertyControlExtend(dsObj) {
dsObj.release = function() { return djProcessCommand(this, 'release', arguments); };
dsObj.get_Name = function() {return djProcessCommand(this, 'get_Name', arguments); };
dsObj.GetHWND = function() {return djProcessCommand(this, 'GetHWND', arguments); };
dsObj.get_Visible = function() {return djProcessCommand(this, 'get_Visible', arguments); };
dsObj.put_Visible = function(NewVal) {return djProcessCommand(this, 'put_Visible', arguments); };
dsObj.GetSize = function() {return djProcessCommand(this, 'GetSize', arguments); };
dsObj.Destroy = function() {return djProcessCommand(this, 'Destroy', arguments); };
//Add forward methods above this line
}