Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / GraphicsDataWithError Property

In This Topic
    GraphicsDataWithError Property
    In This Topic
    Gets or sets the EntityGraphicsData that caused error during the drawing.
    Syntax
    'Declaration
     
    Public Property GraphicsDataWithError As EntityGraphicsData
    public EntityGraphicsData GraphicsDataWithError {get; set;}
    Remarks
    For internal use only.
    See Also