Hide Table of Contents
ISetAxisPoints Method (IDatumOrigin)

Sets the points that define the geometry of this datum origin.

.NET Syntax

Visual Basic (Declaration) 
Function ISetAxisPoints( _
   ByRef PointData As Double _
) As Boolean
Visual Basic (Usage) 
Dim instance As IDatumOrigin
Dim PointData As Double
Dim value As Boolean
 
value = instance.ISetAxisPoints(PointData)
C# 
bool ISetAxisPoints( 
   ref double PointData
)
C++/CLI 
bool ISetAxisPoints( 
&   double% PointData
) 

Parameters

PointData
  • in-process, unmanaged C++: Pointer to an array of 4 doubles (see Remarks)
  • VBA, VB.NET, C#, and C++/CLI: Not supported
  • See In-process Methods for details about this type of method.

    Return Value

    True if the points are set, false if not

    Remarks

    This method gives you control over the shape of the symbol.

    The array of 4 doubles is 2 (X,Y) coordinates in drawing space:

    • The first coordinate (array items 0 and 1) is the tip of the arrowhead on the X leader portion of the symbol.

    • The second coordinate (array items 2 and 3) is the tip of the arrowhead on the Y leader portion of the symbol.  

    The interactive user has this control via the selection drag handles of the symbol.

    This method returns a BOOLEAN indicating success or failure of the operation. The operation can fail if either of the coordinates is so close to the symbol origin that the symbol cannot be drawn properly.  There must be:

    • Room to draw the arrow at the end of the origin leaders

    • A gap between the symbol origin and the beginning of the first leader.  

    You can get:

     

    See Also

    Availability

    SolidWorks 2004 FCS, Revision Number 12.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:   ISetAxisPoints Method (IDatumOrigin)
    *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.