Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / AngularDim Class / Origin Property

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