Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / Solid3DSurrogate Class / Inners Property

In This Topic
    Inners Property (Solid3DSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Inners As List(Of ProtoJaggedArray(Of Solid3D.Face))
    public List<ProtoJaggedArray<Solid3D.Face>> Inners {get; set;}
    Remarks
    ProtoBuf-Net does not support serializing/deserializing jagged arrays.
    See Also