Class IdxImportBuilder
Inheritance
IdxImportBuilder
Assembly: NXOpen.dll
Syntax
public class IdxImportBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
IdxImportBuilder()
Declaration
protected IdxImportBuilder()
Properties
AssemblyName
Declaration
public string AssemblyName { get; set; }
Property Value
AssemblyNumber
Declaration
public string AssemblyNumber { get; set; }
Property Value
AssemblyRevision
Declaration
public string AssemblyRevision { get; set; }
Property Value
BaselineFile
Declaration
public string BaselineFile { get; set; }
Property Value
CollaborationDir
Declaration
public string CollaborationDir { get; set; }
Property Value
IdxDataFrom
Declaration
public IdxImportBuilder.DataLocation IdxDataFrom { get; set; }
Property Value
IdxNumber
Declaration
public string IdxNumber { get; set; }
Property Value
IdxRevision
Declaration
public string IdxRevision { get; set; }
Property Value
OutputPartFile
Declaration
public string OutputPartFile { get; set; }
Property Value
UseCurrentPart
Declaration
public bool UseCurrentPart { get; set; }
Property Value
UseExistComp
Declaration
public bool UseExistComp { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink