Class Rule
Assembly: NXOpen.dll
Syntax
public class Rule : NXObject, IMessageSink, INXObject
Constructors
Rule()
Declaration
Properties
ActiveClassifier
Declaration
public Classifier ActiveClassifier { get; set; }
Property Value
FilterCondition
Declaration
public Condition FilterCondition { get; set; }
Property Value
Methods
GetClassifiers()
Declaration
public Classifier[] GetClassifiers()
Returns
GetIsSmartGroupDateEnabled(Classifier)
Declaration
public bool GetIsSmartGroupDateEnabled(Classifier classifier)
Parameters
Returns
SetIsSmartGroupDateEnabled(Classifier, bool)
Declaration
public void SetIsSmartGroupDateEnabled(Classifier classifier, bool isSmartGroupDateEnabled)
Parameters
Type |
Name |
Description |
Classifier |
classifier |
|
bool |
isSmartGroupDateEnabled |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink