 |
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";
23 uuid(FB1C5D7A-5B0C-44F6-A8E7-271EBFC18627),
27 pointer_default(unique)
242 uuid(7817B1F0-12A0-4539-AB67-DD43A2F290D3),
246 helpstring(
"IEwLibraryManagerX Interface"),
247 pointer_default(unique)
Use this interface to manage an EwLibraryX object.
Definition: EwLibraryObjects.idl:29
DATE getCreationDate(EwErrorCode *errorCode)
return a creation date of current library
Use this interface to manage EwLibraryX objects.
Definition: EwLibraryObjects.idl:250
BSTR getTranslatedData(LONG nUserDataNumber, BSTR strLanguage, EwErrorCode *errorCode)
Get the value of a translated text.
EwErrorCode setVersionNumber(LONG lValueId)
set a version Number of current Library
IEwLibraryX newEwLibrary()
Create a IEwLibraryX object from the associated environnement.
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
VARIANT getEwLibraryArray(EwErrorCode *errorCode)
return the array of IEwLibraryX of associated environment
BSTR getName(EwErrorCode *errorCode)
return name of current Library
EwLibContentType
All library content types.
Definition: EwEnumeration.idl:284
IEwLibraryX findEwLibraryById(long lId, EwErrorCode *errorCode)
return IEwLibraryX by id
DATE getModificationDate(EwErrorCode *errorCode)
return a modification date of current library
BSTR getDescription(BSTR strLgCode, EwErrorCode *errorCode)
return a description of language parameter
LONG getVersionNumber(EwErrorCode *errorCode)
get a version of current Library
EwCreatorType getEwCreator(EwErrorCode *errorCode)
return a creator of current Library
BSTR getModifiedBy(EwErrorCode *eErrorCode)
Get the last user name that modified the current object.
EwLibContentType getEwLibContentType(EwErrorCode *errorCode)
return content type of current Library
EwErrorCode setTranslatedData(LONG nUserDataNumber, BSTR strLanguage, BSTR strValue)
Set the value of a translated text.
EwErrorCode setEwLibContentType(EwLibContentType eLibContentType)
set a content type of current Library
EwCreatorType
All creator type.
Definition: EwEnumeration.idl:260
EwErrorCode setName(BSTR strName)
set the name of library
BSTR getCreatedBy(EwErrorCode *eErrorCode)
Get the user name that created the current object.
EwErrorCode setDescription(BSTR strLgCode, BSTR strVal)
set a description of Library