'Declaration Public Property ReferencePoints As Vintasoft.Primitives.VintasoftPoint[]
public Vintasoft.Primitives.VintasoftPoint[] ReferencePoints { get; set; }
public: __property Vintasoft.Primitives.VintasoftPoint[] get_ReferencePoints(); public: __property void set_ReferencePoints(
Vintasoft.Primitives.VintasoftPoint[]* value
);
public:
property Vintasoft.Primitives.VintasoftPoint[] ReferencePoints { Vintasoft.Primitives.VintasoftPoint[] get(); void set(array<Vintasoft.Primitives.VintasoftPoint>^ value); }