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