A Read only property that gets the number of points currently used to define the element.
public int NumberPoints {get;}
public: __property int get_NumberPoints();
public:
property int NumberPoints {
int get();
}
'Declaration
Public ReadOnly Property NumberPoints As Integer
'Usage
Dim instance As Element
Dim value As Integer
value = instance.NumberPoints
Property Value
An integer value which represents the number of points used to define the element.