Hide Table of Contents
ConvertToMultiJog Method (IAnnotation)

Converts a note with a leader to a note with a multi-jog leader.

.NET Syntax

Visual Basic (Declaration) 
Function ConvertToMultiJog( _
   ByVal LeaderNumber As System.Integer, _
   ByVal NumberOfPoints As System.Integer, _
   ByVal PointsData As System.Object _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IAnnotation
Dim LeaderNumber As System.Integer
Dim NumberOfPoints As System.Integer
Dim PointsData As System.Object
Dim value As System.Boolean
 
value = instance.ConvertToMultiJog(LeaderNumber, NumberOfPoints, PointsData)
C# 
System.bool ConvertToMultiJog( 
   System.int LeaderNumber,
   System.int NumberOfPoints,
   System.object PointsData
)
C++/CLI 
System.bool ConvertToMultiJog( 
&   System.int LeaderNumber,
&   System.int NumberOfPoints,
&   System.Object^ PointsData
) 

Parameters

LeaderNumber
Number of the leader to convert in the 0-based list of leaders
NumberOfPoints
Number of jog points
PointsData
Array of doubles, whose size is 3*NumberOfPoints, that specify the points where to locate the jogs; the points are in sheet space

Return Value

True if the leader is converted to a multi-jog leader, false if not

Example

Visual Basic for Applications (VBA)

 

' Convert the first leader of the note to a two-point multi-jog leader

...

Dim vPointData as Variant

Dim nPoints (0 to 6) as Double

nPoints(0) = 0.189013

nPoints(1) = 0.248742

nPoints(2) = -1.75647E-15

nPoints(3) = 0.252176

nPoints(4) = 0.186859

nPoints(5) = -1.32434E-15

...

vPointData = nPoints

boolstatus = Annotation.ConvertToMultiJog(0, 2, (vPointData))

...

 

See Also

Availability

SolidWorks 2007 FCS, Revision Number 15



Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   ConvertToMultiJog Method (IAnnotation)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2013 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.