Accusoft.NotateXpress13.Net
NumberPoints Property




A Read only property that gets the number of points currently used to define the element.
Syntax
'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.
See Also

Reference

Element Class
Element Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback