Search Results for

    Show / Hide Table of Contents

    Class ImportTableDataBuilder

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

    Constructors

    ImportTableDataBuilder()

    Declaration
    protected ImportTableDataBuilder()

    Properties

    CreateSpatialMap

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

    DuplicateValues

    Declaration
    public FieldTable.DuplicateValueOption DuplicateValues { get; set; }
    Property Value
    Type Description
    FieldTable.DuplicateValueOption

    ImportFile

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

    IsStructDataFormat

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

    NumStructDataColumns

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

    NumStructDataPlanes

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

    NumStructDataRows

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

    Methods

    RescanImportFile()

    Declaration
    public void RescanImportFile()

    SetClearTableOnImport()

    Declaration
    public void SetClearTableOnImport()

    Implements

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