SetSecondPoint Method (IInfiniteLine) Send Feedback
See Also 
X
x coordinate for the through point that defines the InfiniteLine direction
Y
y coordinate for the through point that defines the InfiniteLine direction
Z
z coordinate for the through point that defines the InfiniteLine direction
Sets the through point that defines the InfiniteLine direction.

Syntax

Visual Basic 
Sub SetSecondPoint( _
   ByVal X As System.Double, _
   ByVal Y As System.Double, _
   ByVal Z As System.Double _
) 
C# 
void SetSecondPoint( 
   System.double X,
   System.double Y,
   System.double Z
)
JavaScript 
SetSecondPoint( 
   X : Number,
   Y : Number,
   Z : Number
)
COM native C++ 
HRESULT SetSecondPoint( 
   DOUBLE X,
   DOUBLE Y,
   DOUBLE Z
) 
C++ 
DSRESULT SetSecondPoint( 
   double X,
   double Y,
   double Z
) 

Parameters

X
x coordinate for the through point that defines the InfiniteLine direction
Y
y coordinate for the through point that defines the InfiniteLine direction
Z
z coordinate for the through point that defines the InfiniteLine direction
 

See Also

Availability

DraftSight V1R1.1