Nevron .NET Vision
Nevron.Diagram.Templates Namespace / NTemplate Class
Members


In This Topic
    NTemplate Class
    In This Topic
    The NTemplate abstract class serves as base class for all programmable templates
    Object Model
    NTemplate Class
    Syntax
    Remarks
    The NTemplate class adds support for the following feautres:
    • NTemplate adds core support for attribites (hence implements the INAttributeContainer interface). NTemplate itself does not expose any attributes though - it is up to derived classes to do that
    • The measurements of the template are defined in the template measurement unit, hence the NTemplate class implements the INMeasurementUnit and INMeasurements interfaces. It also implements the INResolution interface.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.Templates.NTemplate
          Nevron.Diagram.Templates.NGraphTemplate

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also