Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShapeProperty Class / NShapeProperty Constructor / NShapeProperty Constructor(String,ENShapePropertyType,NVariant)


In This Topic
    NShapeProperty Constructor(String,ENShapePropertyType,NVariant)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As System.String, _
       ByVal type As ENShapePropertyType, _
       ByVal value As NVariant _
    )
    'Usage
     
    
    Dim name As System.String
    Dim type As ENShapePropertyType
    Dim value As NVariant
     
    Dim instance As New NShapeProperty(name, type, value)
    public NShapeProperty( 
       System.string name,
       ENShapePropertyType type,
       NVariant value
    )

    Parameters

    name
    type
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also