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

In This Topic
    IsResolved Property (Block)
    In This Topic
    If true, the block is resolved. In DWG/DXF import the Block could be defined as an external reference (XRef), when true it was successfully located.
    Syntax
    'Declaration
     
    Public Property IsResolved As Boolean
    public bool IsResolved {get; set;}
    See Also