Interface IDwgBlock


public interface IDwgBlock
A block is a composite entity in autocad (it is a drawing entity, and it contains drawing entities) Currently we have found DwgBlock and DwgBlockHeaders as start of a block. This interface is a common ancestor to both
Author:
azabala
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(DwgObject object)
     
    get(int i)