xdgnjobs/ximple-dgnio/src/main/java/com/ximple/io/dgn7/Element.java
@@ -50,7 +50,7 @@ public int getLineStyle() { return 0; return (raw[17] & 0x0007); } public Envelope getRange() @@ -144,6 +144,18 @@ return ((raw[17] >>> 3) & 0x001f); } public void setWeight(int value) { if (value > -1 && value < 31) { raw[17] = (short) ((raw[17] & 0xff07) | (value << 3 & 0x00f8)); } else { throw new RuntimeException("Out of Range!"); } } public void addUserAttributeData(byte[] pDataBlock, Class dataClass, int iLinkageId) throws Element.Exception { }