Class RuleBaseSaveBuilder
Inheritance
RuleBaseSaveBuilder
Assembly: NXOpen.dll
Syntax
public class RuleBaseSaveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RuleBaseSaveBuilder()
Declaration
protected RuleBaseSaveBuilder()
Properties
Category
Declaration
public string Category { get; set; }
Property Value
ClassID
Declaration
public string ClassID { get; set; }
Property Value
DisabledToggle
Declaration
public bool DisabledToggle { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SaveLogInPartToggle
Declaration
public bool SaveLogInPartToggle { get; set; }
Property Value
Methods
GetDescription()
Declaration
public string[] GetDescription()
Returns
SetDescription(string[])
Declaration
public void SetDescription(string[] text)
Parameters
Type |
Name |
Description |
string[] |
text |
|
SetFolderPath(string)
Declaration
public void SetFolderPath(string folderPath)
Parameters
Type |
Name |
Description |
string |
folderPath |
|
SetRuleFileName(string)
Declaration
public void SetRuleFileName(string ruleFileName)
Parameters
Type |
Name |
Description |
string |
ruleFileName |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink