ImageGear .NET v24.12 - Updated
Point1 Property (CADFace)




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > CADFace Class : Point1 Property
A point that makes up this CADFace
Syntax
'Declaration
 
Public Property Point1 As Double()
'Usage
 
Dim instance As CADFace
Dim value() As Double
 
instance.Point1 = value
 
value = instance.Point1
public double[] Point1 {get; set;}
public: __property double[]* get_Point1();
public: __property void set_Point1( 
   double[][]* value
);
public:
property array<double>^ Point1 {
   array<double>^ get();
   void set (    array<double>^ value);
}
See Also

Reference

CADFace Class
CADFace Members