public int NumberOfPoints {get; set;}
public: __property int get_NumberOfPoints(); public: __property void set_NumberOfPoints( int value );
'Declaration Public Property NumberOfPoints As Integer
'Usage Dim instance As ImGearARTFilledPolygon Dim value As Integer instance.NumberOfPoints = value value = instance.NumberOfPoints