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