Class MathIntegrationBuilder
Inheritance
MathIntegrationBuilder
Assembly: NXOpen.dll
Syntax
public class MathIntegrationBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
MathIntegrationBuilder()
Declaration
protected MathIntegrationBuilder()
Properties
Associative
Declaration
public bool Associative { get; set; }
Property Value
AssociativityType
Declaration
public MathIntegrationBuilder.AssociativityTypes AssociativityType { get; set; }
Property Value
EmbedWorksheet
Declaration
public bool EmbedWorksheet { get; set; }
Property Value
EmbeddedWorksheet
Declaration
public int EmbeddedWorksheet { get; set; }
Property Value
FileBrowser
Declaration
public string FileBrowser { get; set; }
Property Value
Declaration
public int Inputs { get; set; }
Property Value
Location
Declaration
public MathIntegrationBuilder.LocationTypes Location { get; set; }
Property Value
NativeFileBrowser
Declaration
public string NativeFileBrowser { get; set; }
Property Value
Declaration
public bool ShowInformationWindow { get; set; }
Property Value
Worksheet
Declaration
public string Worksheet { get; set; }
Property Value
Methods
GetExpressions()
Declaration
public Expression[] GetExpressions()
Returns
GetMathNames()
Declaration
public string[] GetMathNames()
Returns
SetExpressions(Expression[])
Declaration
public void SetExpressions(Expression[] expressions)
Parameters
SetMathNames(string[])
Declaration
public void SetMathNames(string[] names)
Parameters
Type |
Name |
Description |
string[] |
names |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink