 |
SOLIDWORKS Electrical API
2020.0.5
Electrical API
|
Go to the documentation of this file.
4 midl_pragma warning(disable:2111)
10 import "EnumDefinition.idl";
18 uuid(ADD58046-4A7F-49F5-B6B9-09C6861439B9),
22 helpstring(
"IEwPointX Interface"),
23 pointer_default(unique)
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.