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

In This Topic
    BasePoint Property (ReadAutodesk)
    In This Topic
    Gets the base point of the entities, read from the file.
    Syntax
    'Declaration
     
    Public ReadOnly Property BasePoint As Point3D
    public Point3D BasePoint {get;}
    Remarks
    This is used to set the base point of the block created by the CreateXRef.
    See Also