Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Translators Namespace / WriteAutodesk.blockExportType Enumeration

In This Topic
    WriteAutodesk.blockExportType Enumeration
    In This Topic
    Block export type.
    Syntax
    'Declaration
     
    Public Enum WriteAutodesk.blockExportType 
       Inherits System.Enum
    public enum WriteAutodesk.blockExportType : System.Enum 
    Members
    MemberDescription
    Embedded Saves the block entities in the file.
    ExternalReference Saves a link to the external file with the block entities.
    ExternalReferenceOverwrite Writes the external file with the block entities and saves a link to it.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Eyeshot.Translators.WriteAutodesk.blockExportType

    See Also