Search Results for

    Show / Hide Table of Contents

    Class ProjectStructureNode

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    ProjectStructureNode
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    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.Features.Industry
    Assembly: NXOpen.dll
    Syntax
    public class ProjectStructureNode : TransientObject, IMessageSink, IDisposable

    Constructors

    ProjectStructureNode(nint)

    Declaration
    protected ProjectStructureNode(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    Checked

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

    CreateAsRootPart

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

    SelectedSpecialization

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

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetChildNodes(out ProjectStructureNode[])

    Declaration
    public void GetChildNodes(out ProjectStructureNode[] childNodes)
    Parameters
    Type Name Description
    ProjectStructureNode[] childNodes

    Implements

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