References > Creo Schematics 4.0 API Guide > The Uiextension Package > Interface ExportOverride
  
Interface ExportOverride
The ExportOverride interface defines procedures that the user implements to modify the export mode of the objects present in the design. This method is called when exporting to XML. The method is called when an artifact has the parameter do_not_export set to true applied to it. It returns true when the artifact is to be ignored from export.
public interface ExportOverride
Hierarchical Diagram
None
Direct Known Subclasses
None
Constructor
None
Methods
canOverrideExport
Enables you to disable the export mode of an object. When this method returns true the object is not exported.
boolean canOverrideExport(Artifact artifact)
Where:
artifact—An artifact whose export mode is to be disabled.
Throws: RSDException
Methods Inherited
None