Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NControlGlueToGeometryVertex Class / CommandIndex Property


In This Topic
    CommandIndex Property (NControlGlueToGeometryVertex)
    In This Topic
    Gets or sets the geometry command index in the gluee shape.
    Syntax
    'Declaration
     
    
    Public Property CommandIndex As System.Integer
    'Usage
     
    
    Dim instance As NControlGlueToGeometryVertex
    Dim value As System.Integer
     
    instance.CommandIndex = value
     
    value = instance.CommandIndex
    public System.int CommandIndex {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