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

    InstallationType

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

    LibraryType

    Declaration
    public string LibraryType { 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)

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

    AddToolingLibraryClientData(string, string)

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

    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

    AddVDALibraryClientData()

    Declaration
    public void AddVDALibraryClientData()

    ClearAllLibraryClientData()

    Declaration
    public void ClearAllLibraryClientData()

    DownloadReuseLibraryConfigFile(string)

    Declaration
    public string DownloadReuseLibraryConfigFile(string libraryTCPath)
    Parameters
    Type Name Description
    string libraryTCPath
    Returns
    Type Description
    string

    RemoveReusePartLibraryClientData(string)

    Declaration
    public void RemoveReusePartLibraryClientData(string libraryName)
    Parameters
    Type Name Description
    string libraryName

    RemoveToolingLibraryClientData(string)

    Declaration
    public void RemoveToolingLibraryClientData(string libName)
    Parameters
    Type Name Description
    string libName

    SetToolingWizardType(int)

    Declaration
    public void SetToolingWizardType(int wizardType)
    Parameters
    Type Name Description
    int wizardType

    Implements

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