Class ElementExportUtil


  • public class ElementExportUtil
    extends ElementExportUtilImpl
    Represents the utility class to help export element and structure to library file. The element or structure to export must comply with the following rule:
    • Element must have name defined.
    • The name property of structure must have value.
    • The element or structure must be contained in design file.
    Any violation will throw IllegalArgumentException.
    • Constructor Detail

      • ElementExportUtil

        public ElementExportUtil()