Start point of the line.
Syntax
public: __property double[]* get_Point0();
public: __property void set_Point0(
double[]* value
);
'Declaration
Public Property Point0 As Double()
'Usage
Dim instance As CADLine
Dim value() As Double
instance.Point0 = value
value = instance.Point0
See Also