'Declaration
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")>
ReadOnly Property NumberOfPoints As Integer
'Usage
Dim instance As IImGearARTCurve
Dim value As Integer
value = instance.NumberOfPoints
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
int NumberOfPoints {get;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
__property int get_NumberOfPoints();
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTCurve.SelectionPoints.Count property instead.")]
property int NumberOfPoints {
int get();
}