Hide Table of Contents
SOLIDWORKS Electrical API  2020.0.5
Electrical API
EwUtilDefinition.idl
Go to the documentation of this file.
1 #pragma once
2 
3 #if (__midl >= 501)
4 midl_pragma warning(disable:2111) /* Disable warning MIDL2111 regarding identifier lengths exceeding 31 chars. */
5 #endif
6 
7 import "oaidl.idl";
8 import "ocidl.idl";
9 
10 import "EnumDefinition.idl";
11 
16 [
17  object,
18  uuid(ADD58046-4A7F-49F5-B6B9-09C6861439B9),
19  dual,
20  oleautomation,
21  nonextensible,
22  helpstring("IEwPointX Interface"),
23  pointer_default(unique)
24 ]
25 interface IEwPointX : IDispatch
26 {
34  EwErrorCode setXCoordinate (double dXCoordinate);
35 
36 
41  double getXCoordinate ();
42 
43 
51  EwErrorCode setYCoordinate (double dYCoordinate);
52 
53 
58  double getYCoordinate ();
59 
60 
61 };
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
double getXCoordinate()
Return the X coordinate.
EwErrorCode setYCoordinate(double dYCoordinate)
Set the Y coordinate.
This interface is a generic interface to define the coordinate of a 2D point.
Definition: EwUtilDefinition.idl:26
EwErrorCode setXCoordinate(double dXCoordinate)
Set the X coordinate.
double getYCoordinate()
Return the Y coordinate.


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:   SOLIDWORKS Electrical API: idl_converted/EwUtilDefinition.idl Source File
*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) 2020 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.