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