'Declaration
<System.ComponentModel.CategoryAttribute("Position")> <System.ComponentModel.DescriptionAttribute("Gets/sets the mode in which the point index is determined")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PointIndexMode As PointIndexMode
'Usage
Dim instance As NPointPort Dim value As PointIndexMode instance.PointIndexMode = value value = instance.PointIndexMode
[System.ComponentModel.Category("Position")] [System.ComponentModel.Description("Gets/sets the mode in which the point index is determined")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public PointIndexMode PointIndexMode {get; set;}