'Declaration ReadOnly Property Points As ImGearPoint()
'Usage Dim instance As IImGearARTCurve Dim value() As ImGearPoint value = instance.Points
ImGearPoint[] Points {get;}
__property ImGearPoint[]* get_Points();
property array<ImGearPoint>^ Points { array<ImGearPoint>^ get(); }