Click or drag to resize

IProjectItemExportBindingDescriptor Interface

Describes the binding between a project item type and a graphical exporter type.

Namespace: Altaxo.Main
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IProjectItemExportBindingDescriptor

The IProjectItemExportBindingDescriptor type exposes the following members.

Properties
 NameDescription
Public propertyGraphicalExporterType Gets the graphical exporter type associated with the project item type.
Public propertyProjectItemType Gets the project item type supported by the binding.
Top
See Also