Search Results for

    Show / Hide Table of Contents

    Class LibraryInstallationBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    LibraryInstallationBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Tooling
    Assembly: NXOpen.dll
    Syntax
    public class LibraryInstallationBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    LibraryInstallationBuilder()

    Declaration
    protected LibraryInstallationBuilder()

    Properties

    DefaultDestinationFolder

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

    DefaultItemType

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

    NumberingSource

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

    Methods

    AddReuseLibraryClientDataFromMemberView(string, string, string)

    Declaration
    public void AddReuseLibraryClientDataFromMemberView(string libName, string rootLibPath, string selectedViewPath)
    Parameters
    Type Name Description
    string libName
    string rootLibPath
    string selectedViewPath

    AddReusePartLibraryClientData(string, string, bool)

    Declaration
    public void AddReusePartLibraryClientData(string libraryName, string libraryPath, bool removeData)
    Parameters
    Type Name Description
    string libraryName
    string libraryPath
    bool removeData

    AddToolingLibraryClientData(string, string, bool)

    Declaration
    public void AddToolingLibraryClientData(string libName, string libPath, bool removeData)
    Parameters
    Type Name Description
    string libName
    string libPath
    bool removeData

    AddToolingLibraryClientDataFromMemberView(string, string, string, string, string, int, int)

    Declaration
    public void AddToolingLibraryClientDataFromMemberView(string libName, string libPath, string catalogName, string className, string registeredName, int nodeType, int dataType)
    Parameters
    Type Name Description
    string libName
    string libPath
    string catalogName
    string className
    string registeredName
    int nodeType
    int dataType

    Implements

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