'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets whether vertical maximum clipping is enabled.")> Public Property EnableDepthMaxClipping As System.Boolean
'Usage
Dim instance As NSeriesClip Dim value As System.Boolean instance.EnableDepthMaxClipping = value value = instance.EnableDepthMaxClipping
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets whether vertical maximum clipping is enabled.")] public System.bool EnableDepthMaxClipping {get; set;}