 |
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";
11 import "EwUtilDefinition.idl";
19 uuid(3F803C11-84E4-4EDE-8FD9-65C88428E7CA),
22 helpstring(
"IEwObjectBaseX Interface use for standard interface"),
23 pointer_default(unique)
69 uuid(9D8ACD2A-AA11-4921-AE3C-1F35EF38DA2E),
72 helpstring(
"IEwProjectTagObjectX Interface"),
73 pointer_default(unique)
EwErrorCode setTagMode(EwTagMode eValue)
Set the mark mode of this object.
Generic interface for an object that belongs to a project.
Definition: EwObjectBase.idl:76
EwErrorCode setTagRoot(BSTR strValue)
Set the mark root of this object.
VARIANT_BOOL isTagUnique(EwErrorCode *errorCode)
Returns true or false if mark is unique.
BSTR getTag(EwErrorCode *errorCode)
Get the mark of this object.
EwErrorCode
All errors codes for this API.
Definition: EnumDefinition.idl:21
This interface is a generic interface for standard methods.
Definition: EwObjectBase.idl:26
EwTagMode getTagMode(EwErrorCode *errorCode)
Get the mark mode of this object.
BSTR getTagRoot(EwErrorCode *errorCode)
Get the mark root of this object.
EwErrorCode setNextTagNumber()
Set the next number to have a unique mark.
EwTagMode
All Mark mode type.
Definition: EwEnumeration.idl:739
EwErrorCode setTag(BSTR strValue)
Set the mark of this object.
BSTR getUserData(LONG nUserDataNumber, EwErrorCode *errorCode)
Get user data of the object.
BSTR getTranslatedData(LONG nUserDataNumber, BSTR strLanguage, EwErrorCode *errorCode)
Get the value of a translated text.
long getTagNumber(EwErrorCode *errorCode)
Get the mark number of this object.
EwErrorCode setUserData(LONG nUserDataNumber, BSTR strValue)
Set user data of the object.
EwErrorCode setTranslatedData(LONG nUserDataNumber, BSTR strLanguage, BSTR strValue)
Set the value of a translated text.
EwErrorCode update()
Update the object inside the current project.
EwErrorCode setTagNumber(long lValue)
Set the mark number of this object.