Nevron .NET Vision
Nevron.Diagram.DataStructures Namespace / NGraphPartContainer Class / CurAutoId Property


In This Topic
    CurAutoId Property
    In This Topic
    Gets/sets the current auto id which will be assigned to the next part added to the container
    Syntax
    'Declaration
     
    
    Public Property CurAutoId As System.Integer
    'Usage
     
    
    Dim instance As NGraphPartContainer
    Dim value As System.Integer
     
    instance.CurAutoId = value
     
    value = instance.CurAutoId
    public System.int CurAutoId {get; set;}
    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