Hide Table of Contents
SetPosition Method (IBreakLine)

Sets the locations of the break lines in the drawing view.

.NET Syntax

Visual Basic (Declaration) 
Function SetPosition( _
   ByVal Position1 As System.Double, _
   ByVal Position2 As System.Double _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IBreakLine
Dim Position1 As System.Double
Dim Position2 As System.Double
Dim value As System.Boolean
 
value = instance.SetPosition(Position1, Position2)
C# 
System.bool SetPosition( 
   System.double Position1,
   System.double Position2
)
C++/CLI 
System.bool SetPosition( 
&   System.double Position1,
&   System.double Position2
) 

Parameters

Position1

Location of the first break line (see Remarks)

Position2

Location of the second break line (see Remarks)

Return Value

True if the break lines are positioned, false if not

Example

Remarks

A drawing view break consists of a pair of break lines. The IBreakLine::SetPosition method sets the break line at the location indicated by the Index argument.

If the orientation of the break is...

Then...

Horizontal

retval is a Y value relative to the drawing view origin (center) that indicates where the break is along the Y axis

Vertical

retval is an X value relative to the drawing view origin (center) that indicates where the break is along the X axis

 

To determine the orientation of the break line, use IBreakLine::Orientation.

 

Call IModelDoc2::EditRebuild3 after calling this method.

 

See Also

Availability

SolidWorks 2003 FCS, Revision Number 11.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:   SetPosition Method (IBreakLine)
*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.