Search Results for

    Show / Hide Table of Contents

    Interface INXObject

    Namespace: NXOpen
    Assembly: NXOpen.dll
    Syntax
    public interface INXObject

    Properties

    IsOccurrence

    Declaration
    bool IsOccurrence { get; }
    Property Value
    Type Description
    System.Boolean

    JournalIdentifier

    Declaration
    string JournalIdentifier { get; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    OwningComponent

    Declaration
    Component OwningComponent { get; }
    Property Value
    Type Description
    Component

    OwningPart

    Declaration
    BasePart OwningPart { get; }
    Property Value
    Type Description
    BasePart

    Prototype

    Declaration
    INXObject Prototype { get; }
    Property Value
    Type Description
    INXObject

    Methods

    FindObject(String)

    Declaration
    INXObject FindObject(string journalIdentifier)
    Parameters
    Type Name Description
    System.String journalIdentifier
    Returns
    Type Description
    INXObject

    Print()

    Declaration
    void Print()

    SetName(String)

    Declaration
    void SetName(string name)
    Parameters
    Type Name Description
    System.String name
    In This Article
    Back to top Generated by DocFX