'Declaration
<System.ComponentModel.CategoryAttribute("Grid Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets a value that specifies how surface Z values are calculated.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property UseCustomZOriginAndStep As System.Boolean
'Usage
Dim instance As NGridSurfaceSeries Dim value As System.Boolean instance.UseCustomZOriginAndStep = value value = instance.UseCustomZOriginAndStep
[System.ComponentModel.Category("Grid Options")] [System.ComponentModel.Description("Gets or sets a value that specifies how surface Z values are calculated.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlIgnore()] public System.bool UseCustomZOriginAndStep {get; set;}