Use this interface to manage IEwProjectWireStyleX objects.
More...
Use this interface to manage IEwProjectWireStyleX objects.
- Since
- 2024 SP0
◆ findEwProjectWireStyleByID()
Find a wire style in the project with the target ID.
- Parameters
-
[in] | lWireStyleID | the id of the EwProjectWireStyleX |
[out] | errorCode | EwErrorCode enum type, can be:
- EW_UNDEFINED_ERROR if another error occurred
- EW_OBJECT_NOT_FOUND if object is not found
- EW_NO_ERROR if no error detected
|
- Returns
- a valid IEwProjectWireStyleX if object is found
◆ findEwProjectWireStyleGroupByID()
Find a EwProjectWireStyleGroupX by ID in the current project.
- Parameters
-
[in] | lWireStyleGroupID | the IDof the wire style group to find |
[out] | errorCode | EwErrorCode enum type
- EW_UNDEFINED_ERROR if another error occurred
- EW_NO_ERROR if no error detected return the new IEwProjectWireStyleGroupX or null if not found
|
◆ getEwProjectWireStyleArray()
VARIANT IEwProjectWireStyleManagerX::getEwProjectWireStyleArray |
( |
EwErrorCode * |
errorCode | ) |
|
Get all the wires style in the project of the manager.
- Parameters
-
[out] | errorCode | EwErrorCode enum type :
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if current object is invalid.
- EW_NO_ERROR if no error detected return the array of IEwProjectWireStyleX
|
◆ getEwProjectWireStyleGroupArray()
VARIANT IEwProjectWireStyleManagerX::getEwProjectWireStyleGroupArray |
( |
EwErrorCode * |
errorCode | ) |
|
Get all the wires style group in the project of the manager.
- Parameters
-
[out] | errorCode | EwErrorCode enum type
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if current object is invalid.
- EW_NO_ERROR if no error detected return the array of IEwProjectWireStyleGroupX
|
◆ newEwProjectWireStyle()
Create an interface for a new wire style in the current project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if current object is invalid.
- EW_NO_ERROR if no error detected return the new IEwProjectWireX
|
◆ newEwProjectWireStyleGroup()
Create an interface for a new wire style group in the current project.
- Parameters
-
[out] | errorCode | EwErrorCode enum type
- EW_UNDEFINED_ERROR if another error occurred
- EW_INVALID_OBJECT if current object is invalid.
- EW_NO_ERROR if no error detected return the new IEwProjectWireStyleGroupX
|