Gets the visible tangent edges for the specified bendline in a 
flat-pattern drawing view.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function IGetRelatedTangentEdges( _
   ByVal BendLine As SketchSegment, _
   ByVal NumOfTangentEdges As System.Integer _
) As Edge | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim BendLine As SketchSegment
Dim NumOfTangentEdges As System.Integer
Dim value As Edge
 
value = instance.IGetRelatedTangentEdges(BendLine, NumOfTangentEdges) | 
Parameters
- BendLine
- Bendline whose visible tangent edges you want (see Remarks)
- NumOfTangentEdges
- Number of visible tangent edges for the specified bendline
Return Value
- in-process, unmanaged C++: Pointer to an array of visible tangent edges for the specified bendline 
- VBA, VB.NET, C#, and C++/CLI: Not supported 
See In-process Methods for details about this type of method. 
Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0