Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / Edges Property

In This Topic
    Edges Property (Region)
    In This Topic
    Gets or sets the region edges.
    Syntax
    'Declaration
     
    Public Property Edges As IndexLine()
    public IndexLine[] Edges {get; set;}
    Remarks
    Region edges are generated automatically by Entity.Regen.
    See Also