All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.onespatial.dwglib.objects.AcdbPlaceHolder Maven / Gradle / Ivy

Go to download

dwg-lib is a Java library for reading AutoCad files version 2010 and later

The newest version!
package com.onespatial.dwglib.objects;

public class AcdbPlaceHolder extends NonEntityObject {

    public AcdbPlaceHolder(ObjectMap objectMap) {
        super(objectMap);
    }
    
	public String toString() {
		return "ACDBPLACEHOLDER";
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy