Solid Edge Part Type Library
AreValidTargets Method
Specifies the number of surfaces in TargetsArray.
Specifies the surfaces to be split.
Description
Returns True if the specified target elements are valid input for a SplitFace feature.
Syntax
Visual Basic
Public Function AreValidTargets( _
   ByVal NumberOfTargets As Long, _
   ByRef TargetsArray() As Object _
) As Boolean
Parameters
NumberOfTargets
Specifies the number of surfaces in TargetsArray.
TargetsArray
Specifies the surfaces to be split.
See Also

SplitFaces Collection  | SplitFaces Members