Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / OrdinateDim Class / DefiningPoint Property

In This Topic
    DefiningPoint Property (OrdinateDim)
    In This Topic
    Gets or sets the defining point.
    Syntax
    'Declaration
     
    Public Property DefiningPoint As Point3D
    public Point3D DefiningPoint {get; set;}
    Remarks
    You need to call the Viewport.Entities.Regen() to see the effect of this command.
    See Also