Nevron .NET Vision
Nevron.Diagram Namespace / NMaster Class / NMaster Constructor / NMaster Constructor(INDiagramElement,NMeasurementUnit,String,String)
element of the master
measurement unit of the masters
master name
master prompt


In This Topic
    NMaster Constructor(INDiagramElement,NMeasurementUnit,String,String)
    In This Topic
    Creates a new master, which hosts the specified element
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As INDiagramElement, _
       ByVal measurementUnit As NMeasurementUnit, _
       ByVal name As System.String, _
       ByVal prompt As System.String _
    )
    'Usage
     
    
    Dim element As INDiagramElement
    Dim measurementUnit As NMeasurementUnit
    Dim name As System.String
    Dim prompt As System.String
     
    Dim instance As New NMaster(element, measurementUnit, name, prompt)
    public NMaster( 
       INDiagramElement element,
       NMeasurementUnit measurementUnit,
       System.string name,
       System.string prompt
    )

    Parameters

    element
    element of the master
    measurementUnit
    measurement unit of the masters
    name
    master name
    prompt
    master prompt
    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