End point of the line.
Syntax
public: __property double[]* get_Point1();
public: __property void set_Point1(
double[]* value
);
'Declaration
Public Property Point1 As Double()
'Usage
Dim instance As CADLine
Dim value() As Double
instance.Point1 = value
value = instance.Point1
See Also