'Declaration
<ObsoleteAttribute("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyline.SelectionPoints property instead.")>
Public ReadOnly Property Points As ImGearPoint()
'Usage
Dim instance As ImGearARTPolyline
Dim value() As ImGearPoint
value = instance.Points
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyline.SelectionPoints property instead.")]
public ImGearPoint[] Points {get;}
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyline.SelectionPoints property instead.")]
public: __property ImGearPoint[]* get_Points();
[Obsolete("This property is deprecated and will be removed from the public API in a future release. Please use the ImGearARTPolyline.SelectionPoints property instead.")]
public:
property array<ImGearPoint>^ Points {
array<ImGearPoint>^ get();
}