Solid Edge FrameworkSupport Type Library
SetKeyPoint Method
Specifies the index of the key point/handle.
Specifies the x coordinate of the specified key point.
Specifies the y coordinate of the specified key point.
Specifies the z coordinate of the specified key point.
Description
Sets the position for a specified key point.
Syntax
Visual Basic
Public Sub SetKeyPoint( _
   ByVal Index As Long, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
Parameters
Index
Specifies the index of the key point/handle.
x
Specifies the x coordinate of the specified key point.
y
Specifies the y coordinate of the specified key point.
z
Specifies the z coordinate of the specified key point.
See Also

WeldSymbol Object  | WeldSymbol Members