Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / ReadAutodesk Class
Fields Properties Methods Events


In This Topic
    ReadAutodesk Class Members
    In This Topic

    The following tables list the members exposed by ReadAutodesk.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the devDept.Eyeshot.AttributeReference visibility mode.  
    Public Property Gets the base point of the entities, read from the file.  
    Public PropertyIf true, the devDept.Eyeshot.Entities.Dimension and devDept.Eyeshot.Entities.Leader are exploded to their inner entities when loaded and put in Blocks with "Dimension_#" name.  
    Public Property Gets the block references that failed to load.  
    Public Property If true, checks the drawing database consistency and fixes the errors.  
    Public Property Gets or sets how to load the hatches.  
    Public Property Gets or sets the list of layers to load. Only the Entities on these layers will be loaded.  
    Public Property Gets a dictionary with the name and the entities array for each layout found in the file.  
    Public Property Gets the collection of the line types names read from the file with the corresponding line pattern.  
    Public Property Gets the Bounding Box maximum point.  
    Public Property Gets the Bounding Box minimum point.  
    Public Property Gets the version of the imported AutoCAD file.  
    Public Property Gets or sets the AutoCAD file password, can be null/Nothing..  
    Public Property Gets the list of search folders for the missing XReferences.  
    Public PropertyControls if planar generic surfaces are converted to devDept.Eyeshot.Entities.PlanarSurface.  
    Public Property Gets or sets a value indicating whether the external references are skipped by the loading.  
    Public Property Gets or sets a value indicating whether the layouts inside the paper spaces are skipped by the loading.  
    Public Property Gets or sets a value indicating whether the Ole2Frame objects are skipped by the loading.  
    Public Property Gets or sets a value indicating whether the proxies are skipped by the loading.  
    Public PropertyOverridden.  Gets the supported linear units  
    Public Property Gets the font style dictionary.  
    Top
    Protected Properties
     NameDescription
    Protected Property  
    Protected Property  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden.  Adds to the ViewportLayout the entities loaded from the Autodesk file, along with layers and blocks. Blocks and layers contained previously in the Viewport are merged.  
    Public MethodOverloaded. Overridden.  Adds to scene putting the entities inside a Block and creating a BlockReference referring to it.  
    Public MethodCreates a block with the loaded entities, adds it to the devDept.Eyeshot.ViewportLayout, marks it as external reference and returns a BlockReference to that block.  
    Public Method Automatically merges line types with existing ones.  
    Public Method Automatically merges text styles with existing ones.  
    Public Methodstatic (Shared in Visual Basic) Under some circumstances you can need to call this method if you get an exception after closing the application  
    Public Method Sets the view read from the file on the given viewport.  
    Top
    Protected Methods
     NameDescription
    Protected Method Reads an Autocad entity.  
    Protected Method Reads a solid hatch.  
    Top
    See Also