Repository URL to install this package:
|
Version:
2016.3.0.4050 ▾
|
//========================================================================//
// SOURCE CODE LICENSE //
// Copyright 2012 Dassault Systèmes SolidWorks Corporation //
// All rights reserved. //
// This software and related documentation are proprietary to //
// Dassault Systèmes SolidWorks Corporation //
//========================================================================//
// dsCommandOption_I32.h, C++ API dsCommandOptionInt32 interface
//
enum dsCommandOptionInt32_e
{
dsCommandOptionInt32_Undefined = 0,
dsCommandOptionInt32_EnblClkDrg = 1,
dsCommandOptionInt32_EnblEntSelAuto = 2,
dsCommandOptionInt32_SetCmdPrmtLvl = 3,
dsCommandOptionInt32_SetCrdInptMode = 4,
dsCommandOptionInt32_SetEntSelAdd = 5,
dsCommandOptionInt32_SetSvTm = 6,
dsCommandOptionInt32_Count = 7
}