Class ImportAutocadBlockBuilder
Inheritance
System.Object
System.MarshalByRefObject
ImportAutocadBlockBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
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
Type |
Description |
System.Int32 |
|
IncludeModelSpace
Declaration
public bool IncludeModelSpace { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IncludeSubfolders
Declaration
public bool IncludeSubfolders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string InputFolder { get; set; }
Property Value
Type |
Description |
System.String |
|
LibraryPathName
Declaration
public string LibraryPathName { get; set; }
Property Value
Type |
Description |
System.String |
|
PreserveFolderStructure
Declaration
public bool PreserveFolderStructure { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SelectMode
Declaration
public ImportAutocadBlockBuilder.FileFolder SelectMode { get; set; }
Property Value
SettingsFile
Declaration
public string SettingsFile { get; set; }
Property Value
Type |
Description |
System.String |
|
SymbolType
Declaration
public ImportAutocadBlockBuilder.Type SymbolType { get; set; }
Property Value
Unit
Declaration
public int Unit { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
AddFile(String)
Declaration
public void AddFile(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
AddFolder(String)
Declaration
public void AddFolder(string folderName)
Parameters
Type |
Name |
Description |
System.String |
folderName |
|
RemoveFile(String)
Declaration
public void RemoveFile(string fileName)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
RemoveFolder(String)
Declaration
public void RemoveFolder(string folderName)
Parameters
Type |
Name |
Description |
System.String |
folderName |
|
SelectBlock(String, String, Boolean)
Declaration
public void SelectBlock(string fileName, string blockName, bool isSelected)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
System.String |
blockName |
|
System.Boolean |
isSelected |
|
SelectFile(String, Boolean)
Declaration
public void SelectFile(string fileName, bool isSelected)
Parameters
Type |
Name |
Description |
System.String |
fileName |
|
System.Boolean |
isSelected |
|
SelectFolder(String, Boolean)
Declaration
public void SelectFolder(string folderName, bool isSelected)
Parameters
Type |
Name |
Description |
System.String |
folderName |
|
System.Boolean |
isSelected |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink