Class ChooseExpression
Inheritance
ChooseExpression
Assembly: NXOpenUI.dll
Syntax
public class ChooseExpression : UIBlock, IMessageSink
Constructors
ChooseExpression()
Declaration
protected ChooseExpression()
Properties
ExpressionSortTypeAsString
Declaration
public string ExpressionSortTypeAsString { get; set; }
Property Value
ExpressionTypeIndexAsString
Declaration
public string ExpressionTypeIndexAsString { get; set; }
Property Value
SelectedExpression
Declaration
public TaggedObject SelectedExpression { get; set; }
Property Value
Methods
GetExpressionSortTypeMembers()
Declaration
public string[] GetExpressionSortTypeMembers()
Returns
GetExpressionTypeIndexMembers()
Declaration
public string[] GetExpressionTypeIndexMembers()
Returns
TestExpressionSelected(TaggedObject)
Declaration
public void TestExpressionSelected(TaggedObject selectedExpression)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink