Class ImportAutocadBlockBuilder
Inheritance
ImportAutocadBlockBuilder
Assembly: NXOpen.dll
Syntax
public class ImportAutocadBlockBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ImportAutocadBlockBuilder()
Declaration
protected ImportAutocadBlockBuilder()
Properties
ImportEntityType
Declaration
public ImportAutocadBlockBuilder.EntityType ImportEntityType { get; set; }
Property Value
ImportPolylineTo
Declaration
public int ImportPolylineTo { get; set; }
Property Value
IncludeModelSpace
Declaration
public bool IncludeModelSpace { get; set; }
Property Value
IncludeSubfolders
Declaration
public bool IncludeSubfolders { get; set; }
Property Value
Declaration
public string InputFolder { get; set; }
Property Value
LibraryPathName
Declaration
public string LibraryPathName { get; set; }
Property Value
PreserveFolderStructure
Declaration
public bool PreserveFolderStructure { get; set; }
Property Value
SelectMode
Declaration
public ImportAutocadBlockBuilder.FileFolder SelectMode { get; set; }
Property Value
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
SymbolType
Declaration
public ImportAutocadBlockBuilder.Type SymbolType { get; set; }
Property Value
Unit
Declaration
public int Unit { get; set; }
Property Value
Methods
AddFile(string)
Declaration
public void AddFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
AddFolder(string)
Declaration
public void AddFolder(string folderName)
Parameters
Type |
Name |
Description |
string |
folderName |
|
RemoveFile(string)
Declaration
public void RemoveFile(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
RemoveFolder(string)
Declaration
public void RemoveFolder(string folderName)
Parameters
Type |
Name |
Description |
string |
folderName |
|
SelectBlock(string, string, bool)
Declaration
public void SelectBlock(string fileName, string blockName, bool isSelected)
Parameters
SelectFile(string, bool)
Declaration
public void SelectFile(string fileName, bool isSelected)
Parameters
Type |
Name |
Description |
string |
fileName |
|
bool |
isSelected |
|
SelectFolder(string, bool)
Declaration
public void SelectFolder(string folderName, bool isSelected)
Parameters
Type |
Name |
Description |
string |
folderName |
|
bool |
isSelected |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink