Class RulePropertiesBuilder
Inheritance
RulePropertiesBuilder
Assembly: NXOpen.dll
Syntax
public class RulePropertiesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
RulePropertiesBuilder()
Declaration
protected RulePropertiesBuilder()
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 |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink