Class ImportSymbolBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImportSymbolBuilder
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.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 |
---|---|
System.Boolean |
InputFolder
Declaration
public string InputFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsPartSymbol
Declaration
public bool IsPartSymbol { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamcenter
Declaration
public bool IsTeamcenter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LibraryPath
Declaration
public string LibraryPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreserveFolderStructure
Declaration
public bool PreserveFolderStructure { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
---|---|---|
System.String[] | files |
GetFilesToProcess(out String[])
Declaration
public void GetFilesToProcess(out string[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | files |
SetExpandedFiles(String[])
Declaration
public void SetExpandedFiles(string[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | files |
SetFilesToProcess(String[])
Declaration
public void SetFilesToProcess(string[] files)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | files |
StartImport()
Declaration
public void StartImport()
Implements
System.Runtime.Remoting.Messaging.IMessageSink