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

In This Topic
    Center Property (RotateSettings)
    In This Topic
    Rotation center point (used only when RotationCenter is rotationCenterType.Point).
    Syntax
    'Declaration
     
    Public Property Center As Point3D
    public Point3D Center {get; set;}
    See Also