A point that makes up this CADFace
Syntax
public: __property double[]* get_Point2();
public: __property void set_Point2(
double[]* value
);
'Declaration
Public Property Point2 As Double()
'Usage
Dim instance As CADFace
Dim value() As Double
instance.Point2 = value
value = instance.Point2
See Also