 |
SOLIDWORKS Electrical API
2022.0.0
Electrical API
|
Go to the documentation of this file.
4 midl_pragma warning(disable:2111)
10 import "EnumDefinition.idl";
11 import "EwObjectBase.idl";
19 uuid(85ad2194-2632-11e5-b345-feff819cdc9f),
23 helpstring(
"IEwProjectLocationX Interface"),
24 pointer_default(unique)
58 uuid(9a2092da-2634-11e5-b345-feff819cdc9f),
62 helpstring(
"IEwProjectLocationManagerX Interface"),
63 pointer_default(unique)
Generic interface for an object that belongs to a project.
Definition: EwObjectBase.idl:103
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
VARIANT getEwProjectLocationArray(EwErrorCode *errorCode)
Use this interface to manage the location objects inside a project.
Definition: EwProjectLocationObjects.idl:65
IEwProjectLocationX newEwProjectLocation()
Create a IEwProjectLocationX object from the associated project.
IEwProjectLocationX findEwProjectLocationByID(LONG lID, EwErrorCode *errorCode)
Find a location from an ID.
Use this interface to manage the location inside a project.
Definition: EwProjectLocationObjects.idl:27
BSTR getTagPath(EwErrorCode *errorCode)
Get the tag path of this location.
BSTR getAssociated3dAssemblyFile(EwErrorCode *errorCode)
Get path of 3D layout file associated with the location.