Search Results for

    Show / Hide Table of Contents

    Class ImportSymbolBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImportSymbolBuilder
    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.Annotations
    Assembly: NXOpen.dll
    Syntax
    public class ImportSymbolBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImportSymbolBuilder()

    Declaration
    protected ImportSymbolBuilder()

    Properties

    IncludeSubfolders

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

    InputFolder

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

    IsPartSymbol

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

    IsTeamcenter

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

    LibraryPath

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

    PreserveFolderStructure

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

    SelectMode

    Declaration
    public ImportSymbolBuilder.FileFolder SelectMode { get; set; }
    Property Value
    Type Description
    ImportSymbolBuilder.FileFolder

    Methods

    GetExpandedFiles(out string[])

    Declaration
    public void GetExpandedFiles(out string[] files)
    Parameters
    Type Name Description
    string[] files

    GetFilesToProcess(out string[])

    Declaration
    public void GetFilesToProcess(out string[] files)
    Parameters
    Type Name Description
    string[] files

    SetExpandedFiles(string[])

    Declaration
    public void SetExpandedFiles(string[] files)
    Parameters
    Type Name Description
    string[] files

    SetFilesToProcess(string[])

    Declaration
    public void SetFilesToProcess(string[] files)
    Parameters
    Type Name Description
    string[] files

    StartImport()

    Declaration
    public void StartImport()

    Implements

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