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