Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / SurfaceSurrogate Class / Pw Property

In This Topic
    Pw Property (SurfaceSurrogate)
    In This Topic
    The devDept.Eyeshot.Entities.Surface.Pw as many single-dimension arrays.
    Syntax
    'Declaration
     
    Public Property Pw As ProtoArray(Of Point4D)
    public ProtoArray<Point4D> Pw {get; set;}
    Remarks
    ProtoBuf-Net does not support serializing/deserializing multi-dimensional arrays.
    See Also