Solid Edge Assembly Type Library
SetFramePath Method
Specifies the number of objects in the PathSegments array.
Specifies the segments for the frame path.
Description
This method sets the frame path for the referenced StructuralFrame object.
Syntax
Visual Basic
Public Sub SetFramePath( _
   ByVal NumPathSegments As Long, _
   ByRef PathSegments() As Long _
) 
Parameters
NumPathSegments
Specifies the number of objects in the PathSegments array.
PathSegments
Specifies the segments for the frame path.
See Also

StructuralFrame Object  | StructuralFrame Members