InsertPoint Method (ISketchManager) Send Feedback
See Also  Example
Point[out]
Point
PointX
x coordinate where to insert the point
PointY
y coordinate where to insert the point
PointZ
z coordinate where to insert the point

Inserts a point.

Syntax

Visual Basic 
Function InsertPoint( _
   ByVal PointX As System.Double, _
   ByVal PointY As System.Double, _
   ByVal PointZ As System.Double _
) As Point
C# 
Point InsertPoint( 
   System.double PointX,
   System.double PointY,
   System.double PointZ
)
JavaScript 
InsertPoint( 
   PointX : Number,
   PointY : Number,
   PointZ : Number
) : Number
COM native C++ 
HRESULT InsertPoint( 
   DOUBLE PointX,
   DOUBLE PointY,
   DOUBLE PointZ,
   IPoint** Point
) 
C++ 
DSRESULT InsertPoint( 
   double PointX,
   double PointY,
   double PointZ,
   dsPoint** Point
) 

Parameters

PointX
x coordinate where to insert the point
PointY
y coordinate where to insert the point
PointZ
z coordinate where to insert the point
Point[out] or Return Value
Point

Example

 

See Also

Availability

DraftSight V1R1.1