Nevron .NET Vision
Nevron.Diagram Namespace / NDiagramElementCollection Class / AutoGenerateUniqueNames Property


In This Topic
    AutoGenerateUniqueNames Property (NDiagramElementCollection)
    In This Topic
    Gets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AutoGenerateUniqueNames As System.Boolean
    'Usage
     
    
    Dim instance As NDiagramElementCollection
    Dim value As System.Boolean
     
    instance.AutoGenerateUniqueNames = value
     
    value = instance.AutoGenerateUniqueNames
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the whether the composite must automatically generate unique names for newly inserted nodes. Set this property to false if a large number of nodes is about to be inserted in the composite")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool AutoGenerateUniqueNames {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