Solid Edge FrameworkSupport Type Library
SetParentByIndex Method
Description
Sets parent data. Object must be 2d geometry, reference, or edge or vertex (for PMI). For coordinate dimensions (except the origin), the first parent must be a dimension object that belongs to the group. UseVirtualVertex is used for PMI.
Syntax
Visual Basic
Public Sub SetParentByIndex( _
   ByVal Index As Integer, _
   ByVal Object As Object, _
   ByVal IsKeyPoint As Boolean, _
   ByVal IsIntersection As Boolean, _
   ByVal IsTangentPoint As Boolean, _
   ByVal UseVirtualVertex As Boolean, _
   ByVal x As Double, _
   ByVal y As Double, _
   ByVal z As Double _
) 
Parameters
Index
Object
IsKeyPoint
IsIntersection
IsTangentPoint
UseVirtualVertex
x
y
z
See Also

DimInitData Object  | DimInitData Members  | Solid Edge ST5 - What's New  | Solid Edge ST4 MP1 - What's New  | Solid Edge ST3 MP8 - What's New