Hide Table of Contents
GetLeaderPoints Method (ISketchBlockInstance)

Gets the coordinate information for the leader on this block instance.

.NET Syntax

Visual Basic (Declaration) 
Function GetLeaderPoints() As Object
Visual Basic (Usage) 
Dim instance As ISketchBlockInstance
Dim value As Object
 
value = instance.GetLeaderPoints()
C# 
object GetLeaderPoints()
C++/CLI 
Object^ GetLeaderPoints(); 

Return Value

Array containing leader point information (see Remarks)

Remarks

For the COM interface, you must specify an array size of 9. Depending on the number of points in the leader, this array might only be partially filled upon return from the API. For the OLE Automation interface, the returned SafeArray is sized appropriately for the number of points returned.

 

You must determine the number of points in the leader to use the data returned by this method. The number of points is a function of the number of segments in the leader. The leader line can have one or two segments depending on whether it is straight or bent. Use ISketchBlockInstnace::GetLeaderStyle to determine the number of points in the leader.

 

If SketchBlockInstance::GetLeaderStyle returns...

Then the number of points equals...

swNO_LEADER

0

swSTRAIGHT

2

swBENT

3

 

The format of the return array is:

 

  • retval[0] = X-coordinate of first leader point

  • retval[1] = Y-coordinate of first leader point

  • retval[2] = Z-coordinate of first leader point
     

  • retval[3] = X-coordinate of second leader point

  • retval[4] = Y-coordinate of second leader point

  • retval[5] = Z-coordinate of second leader point
     

  • retval[6] = X-coordinate of third leader point

  • retval[7] = Y-coordinate of third leader point

  • retval[8] = Z-coordinate of third leader point

 

See Also

Availability

SolidWorks 2007 FCS, Revision Number 15.0


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:   GetLeaderPoints Method (ISketchBlockInstance)
*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) 2012 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.