'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets whether reflexive connectors can be created")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AllowCreateReflexive As System.Boolean
'Usage
Dim instance As NCreateConnectorTool Dim value As System.Boolean instance.AllowCreateReflexive = value value = instance.AllowCreateReflexive
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets whether reflexive connectors can be created")] [System.ComponentModel.DefaultValue(true)] public System.bool AllowCreateReflexive {get; set;}