Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Block Class / BasePoint Property

In This Topic
    BasePoint Property (Block)
    In This Topic
    Gets or sets block definition base point.
    Syntax
    'Declaration
     
    Public Property BasePoint As Point3D
    public Point3D BasePoint {get; set;}
    See Also