Search Results for

    Show / Hide Table of Contents

    Class ChooseExpression

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    UIBlock
    ChooseExpression
    Implements
    IMessageSink
    Inherited Members
    UIBlock.GetProperties()
    UIBlock.Focus()
    UIBlock.TestFocusChange()
    UIBlock.Enable
    UIBlock.Expanded
    UIBlock.Group
    UIBlock.Label
    UIBlock.Name
    UIBlock.Show
    UIBlock.Type
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.BlockStyler
    Assembly: NXOpenUI.dll
    Syntax
    public class ChooseExpression : UIBlock, IMessageSink

    Constructors

    ChooseExpression()

    Declaration
    protected ChooseExpression()

    Properties

    ExpressionSortTypeAsString

    Declaration
    public string ExpressionSortTypeAsString { get; set; }
    Property Value
    Type Description
    string

    ExpressionTypeIndexAsString

    Declaration
    public string ExpressionTypeIndexAsString { get; set; }
    Property Value
    Type Description
    string

    SelectedExpression

    Declaration
    public TaggedObject SelectedExpression { get; set; }
    Property Value
    Type Description
    TaggedObject

    Methods

    GetExpressionSortTypeMembers()

    Declaration
    public string[] GetExpressionSortTypeMembers()
    Returns
    Type Description
    string[]

    GetExpressionTypeIndexMembers()

    Declaration
    public string[] GetExpressionTypeIndexMembers()
    Returns
    Type Description
    string[]

    TestExpressionSelected(TaggedObject)

    Declaration
    public void TestExpressionSelected(TaggedObject selectedExpression)
    Parameters
    Type Name Description
    TaggedObject selectedExpression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX