Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / EntitySurrogate Class / EntityData Property

In This Topic
    EntityData Property (EntitySurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property EntityData As ProtoObject
    public ProtoObject EntityData {get; set;}
    Remarks
    ProtoBuf does not support serializing/deserializing object.
    See Also