API Help
Eplan.EplApi.ApplicationFramework Namespace / IExtendedProcessor Interface
Members

In This Topic
    IExtendedProcessor Interface
    In This Topic
    Interface for implementing an extended processor in connection with the IXMLProcessor.
    Syntax
    public interface IExtendedProcessor : IInterface  
    public interface class IExtendedProcessor : public IInterface  
    Public Properties
     NameDescription
     PropertyThis name is used to register the type as an interface. (Inherited from Eplan.EplApi.ApplicationFramework.IInterface)
    Top
    Public Methods
     NameDescription
     MethodIndicates whether the converter provides an export.  
     MethodIndicates whether the converter can import external formats  
     MethodExports to a special file. All Parameter are in the context.  
     MethodFunction for extended Options. Set the parameters in the context  
     MethodImports the file to the system EContext may point to an EProgress object to support a progress bar. Returns true if successful.  
    Top
    See Also