'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets or sets the depth minimum clipping value.")> Public Property DepthMinClipValue As System.Double
'Usage
Dim instance As NSeriesClip Dim value As System.Double instance.DepthMinClipValue = value value = instance.DepthMinClipValue
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets or sets the depth minimum clipping value.")] public System.double DepthMinClipValue {get; set;}