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