Gets the number of visible tangent edges for the specified bendline in a
flat-pattern drawing view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRelatedTangentEdgeCount( _
ByVal BendLine As Object _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim BendLine As Object
Dim value As Integer
value = instance.GetRelatedTangentEdgeCount(BendLine)
|
C# | |
---|
int GetRelatedTangentEdgeCount(
object BendLine
) |
C++/CLI | |
---|
int GetRelatedTangentEdgeCount(
& Object^ BendLine
) |
Parameters
- BendLine
- Bendline whose visible tangent edges you want (see Remarks)
Return Value
Array of visible tangent edges for the specified bendline
Example
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0