'Declaration
<System.ComponentModel.CategoryAttribute("Grid")> <System.ComponentModel.DescriptionAttribute("Specifies whether the grid has a center node")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property HasCenter As System.Boolean
'Usage
Dim instance As NEllipticalGridTemplate Dim value As System.Boolean instance.HasCenter = value value = instance.HasCenter
[System.ComponentModel.Category("Grid")] [System.ComponentModel.Description("Specifies whether the grid has a center node")] [System.ComponentModel.DefaultValue(true)] public System.bool HasCenter {get; set;}