Search Results for

    Show / Hide Table of Contents

    Class ImportAutocadBlockBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ImportAutocadBlockBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    int

    IncludeModelSpace

    Declaration
    public bool IncludeModelSpace { get; set; }
    Property Value
    Type Description
    bool

    IncludeSubfolders

    Declaration
    public bool IncludeSubfolders { get; set; }
    Property Value
    Type Description
    bool

    InputFolder

    Declaration
    public string InputFolder { get; set; }
    Property Value
    Type Description
    string

    LibraryPathName

    Declaration
    public string LibraryPathName { get; set; }
    Property Value
    Type Description
    string

    PreserveFolderStructure

    Declaration
    public bool PreserveFolderStructure { get; set; }
    Property Value
    Type Description
    bool

    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
    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
    int

    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
    Type Name Description
    string fileName
    string blockName
    bool isSelected

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