Class MakeCncSppxSettingsHelper
Inheritance
MakeCncSppxSettingsHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class MakeCncSppxSettingsHelper
Methods
NcFileName(ComWrapper<ICamApiMakeCncSppxSettings>)
Declaration
public static string NcFileName(this ComWrapper<ICamApiMakeCncSppxSettings> makeCncSppxSettingsCom)
Parameters
Returns
OutputFolder(ComWrapper<ICamApiMakeCncSppxSettings>)
Declaration
public static string OutputFolder(this ComWrapper<ICamApiMakeCncSppxSettings> makeCncSppxSettingsCom)
Parameters
Returns
SetNcFileName(ComWrapper<ICamApiMakeCncSppxSettings>, string)
Declaration
public static void SetNcFileName(this ComWrapper<ICamApiMakeCncSppxSettings> makeCncSppxSettingsCom, string value)
Parameters
SetOutputFolder(ComWrapper<ICamApiMakeCncSppxSettings>, string)
Declaration
public static void SetOutputFolder(this ComWrapper<ICamApiMakeCncSppxSettings> makeCncSppxSettingsCom, string value)
Parameters