Nevron.Diagram Namespace / NShape Class / AutoGenerateUniqueNames Property


AutoGenerateUniqueNames Property (NShape)
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 NShape
Dim value As System.Boolean
 
instance.AutoGenerateUniqueNames = value
 
value = instance.AutoGenerateUniqueNames
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