Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Circle Class / Center Property

In This Topic
    Center Property (Circle)
    In This Topic
    Gets or sets circle's center point.
    Syntax
    'Declaration
     
    Public Property Center As Point3D
    public Point3D Center {get; set;}
    See Also