Eyeshot 11 WPF API Reference
WPF 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