Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / FileHeader Class / Tag Property

In This Topic
    Tag Property (FileHeader)
    In This Topic
    Gets or set a custom tag.
    Syntax
    'Declaration
     
    Public Property Tag As String
    public string Tag {get; set;}
    Remarks
    You can use this to persist your custom entities with a custom version.
    See Also