Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NGraphPart Class / Tag Property


In This Topic
    Tag Property (NGraphPart)
    In This Topic
    Gets or sets custom data associated with the graph part
    Syntax
    'Declaration
     
    
    Public Property Tag As System.Object
    'Usage
     
    
    Dim instance As NGraphPart
    Dim value As System.Object
     
    instance.Tag = value
     
    value = instance.Tag
    public System.object Tag {get; set;}
    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