Search Results for

    Show / Hide Table of Contents

    Class ImportAutocadBlockBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImportAutocadBlockBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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 ImportAutocadBlockBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ImportAutocadBlockBuilder()

    Declaration
    protected ImportAutocadBlockBuilder()

    Properties

    ImportEntityType

    Declaration
    public ImportAutocadBlockBuilder.EntityType ImportEntityType { get; set; }
    Property Value
    Type Description
    ImportAutocadBlockBuilder.EntityType

    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

    InputFolder

    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
    Type Description
    ImportAutocadBlockBuilder.FileFolder

    SettingsFile

    Declaration
    public string SettingsFile { get; set; }
    Property Value
    Type Description
    System.String

    SymbolType

    Declaration
    public ImportAutocadBlockBuilder.Type SymbolType { get; set; }
    Property Value
    Type Description
    ImportAutocadBlockBuilder.Type

    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX