Class ImportTableDataBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImportTableDataBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|---|
System.Boolean |
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 |
---|---|
System.String |
IsStructDataFormat
Declaration
public bool IsStructDataFormat { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumStructDataColumns
Declaration
public int NumStructDataColumns { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumStructDataPlanes
Declaration
public int NumStructDataPlanes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumStructDataRows
Declaration
public int NumStructDataRows { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
RescanImportFile()
Declaration
public void RescanImportFile()
SetClearTableOnImport()
Declaration
public void SetClearTableOnImport()
Implements
System.Runtime.Remoting.Messaging.IMessageSink