Search Results for

    Show / Hide Table of Contents

    Class Node

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Node
    Implements
    IMessageSink
    Inherited Members
    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 Node : TaggedObject, IMessageSink

    Constructors

    Node()

    Declaration
    protected Node()

    Properties

    CrossSelection

    Declaration
    public bool CrossSelection { get; set; }
    Property Value
    Type Description
    bool

    DisplayIcon

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

    DisplayText

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

    FirstChildNode

    Declaration
    public Node FirstChildNode { get; }
    Property Value
    Type Description
    Node

    ForegroundColor

    Declaration
    public int ForegroundColor { get; set; }
    Property Value
    Type Description
    int

    IsExpanded

    Declaration
    public bool IsExpanded { get; }
    Property Value
    Type Description
    bool

    IsInserted

    Declaration
    public bool IsInserted { get; }
    Property Value
    Type Description
    bool

    IsSelected

    Declaration
    public bool IsSelected { get; }
    Property Value
    Type Description
    bool

    NextNode

    Declaration
    public Node NextNode { get; }
    Property Value
    Type Description
    Node

    NextSelectedNode

    Declaration
    public Node NextSelectedNode { get; }
    Property Value
    Type Description
    Node

    NextSiblingNode

    Declaration
    public Node NextSiblingNode { get; }
    Property Value
    Type Description
    Node

    ParentNode

    Declaration
    public Node ParentNode { get; }
    Property Value
    Type Description
    Node

    PreviousNode

    Declaration
    public Node PreviousNode { get; }
    Property Value
    Type Description
    Node

    PreviousSelectedNode

    Declaration
    public Node PreviousSelectedNode { get; }
    Property Value
    Type Description
    Node

    PreviousSiblingNode

    Declaration
    public Node PreviousSiblingNode { get; }
    Property Value
    Type Description
    Node

    SelectedIcon

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

    Methods

    Expand(ExpandOption)

    Declaration
    public void Expand(Node.ExpandOption expandOption)
    Parameters
    Type Name Description
    Node.ExpandOption expandOption

    GetColumnDisplayText(int)

    Declaration
    public string GetColumnDisplayText(int columnID)
    Parameters
    Type Name Description
    int columnID
    Returns
    Type Description
    string

    GetNodeData()

    Declaration
    public DataContainer GetNodeData()
    Returns
    Type Description
    DataContainer

    GetState()

    Declaration
    public int GetState()
    Returns
    Type Description
    int

    ScrollTo(int, Scroll)

    Declaration
    public void ScrollTo(int columnID, Node.Scroll visibleOption)
    Parameters
    Type Name Description
    int columnID
    Node.Scroll visibleOption

    SetColumnDisplayText(int, string)

    Declaration
    public void SetColumnDisplayText(int columnID, string columnDisplayText)
    Parameters
    Type Name Description
    int columnID
    string columnDisplayText

    SetState(int)

    Declaration
    public void SetState(int state)
    Parameters
    Type Name Description
    int state

    Implements

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