Class EffectivityTableBuilder
Inheritance
EffectivityTableBuilder
Assembly: NXOpen.dll
Syntax
public class EffectivityTableBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
EffectivityTableBuilder()
Declaration
protected EffectivityTableBuilder()
Methods
AddEffectivityRow(EffectivityTableRow)
Declaration
public void AddEffectivityRow(EffectivityTableRow effectivityRow)
Parameters
Commit()
Declaration
CreateNewEffectivityRow()
Declaration
public EffectivityTableRow CreateNewEffectivityRow()
Returns
GetEffectivityRows(out EffectivityTableRow[])
Declaration
public void GetEffectivityRows(out EffectivityTableRow[] effectivityRows)
Parameters
RemoveEffectivityRows(EffectivityTableRow[])
Declaration
public void RemoveEffectivityRows(EffectivityTableRow[] effectivityRows)
Parameters
UpdateBuilderDetails(CollaborativeDesign, string, string[])
Declaration
public void UpdateBuilderDetails(CollaborativeDesign cd, string validationBasisFormula, string[] effectivityFormulae)
Parameters
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink