'Declaration
<System.ComponentModel.CategoryAttribute("Axis Configuration")> <System.ComponentModel.DescriptionAttribute("The depth axis id.")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(4)> Public Property DepthAxisId As System.Integer
'Usage
Dim instance As NDataPointDragTool Dim value As System.Integer instance.DepthAxisId = value value = instance.DepthAxisId
[System.ComponentModel.Category("Axis Configuration")] [System.ComponentModel.Description("The depth axis id.")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(4)] public System.int DepthAxisId {get; set;}