Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / contentType Enumeration

In This Topic
    contentType Enumeration
    In This Topic
    The content type of the file for the Eyeshot proprietary file format.
    Syntax
    'Declaration
     
    Public Enum contentType 
       Inherits System.Enum
    public enum contentType : System.Enum 
    Members
    MemberDescription
    Geometry Saves or loads geometrical data only.
    GeometryAndTessellation Saves or loads both geometrical and tessellation data.
    None No content. This value cannot be used for serialization purpose.
    Tessellation Saves or loads tessellation data only.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             devDept.Serialization.contentType

    See Also