General
This section provides general guidelines and some how-to articles for working with the SystemWeaver API. If you do not find what you are looking for, we suggest that you refer to the SystemWeaverClientAPI.XML for a list of methods.
This article provides an example of how to use the Client API to GET the latest version of an item by xID. var lowVersionItem = broker.GetItem(SWHandl...
Thu, 10 Jun, 2021 at 1:25 PM
The following code provides the best performance when you would like to obtain a list of items that directly reference a specific item. //Get the Parts...
Fri, 31 Jan, 2020 at 7:41 AM
This article describes how to get a part type from one item and add it to another item. Example static void Main()
{
SWConnection.Instance.ServerM...
Fri, 13 Mar, 2020 at 1:01 PM
All configurations, i.e., for build-in views, extension views, features, etc. in SystemWeaver have a guid. This articles describes how to use the API to get...
Wed, 22 Apr, 2020 at 8:02 PM
The following code snippet shows how to get information such as Name, Description and Color of the defined enumeration values for an Attribute Type using th...
Tue, 7 Mar, 2023 at 10:23 PM
This article provides examples of how you can open a specific item using the same URL protocol used by the swExplorerLauncher from a web page or a custom ap...
Tue, 18 Aug, 2020 at 3:53 PM
An external reference attribute is a single or an array of multiple references in the form of a URI and a reference name. Below are examples of how to handl...
Tue, 29 Jan, 2019 at 2:30 PM
The following snippets show two ways to remove parts using the SystemWeaver API. Setting Up the Example IswLibrary library = SWConnection.I...
Wed, 24 Mar, 2021 at 12:22 PM
This article provides an example of how to remove an attachment from an Item. Note: There must be a file repository initialized for your SystemWeaver se...
Wed, 6 Feb, 2019 at 3:02 PM
The following snippet shows how to perform a replace to next version for a part using the SystemWeaver API. Example IswLibrary library = SWConnection.I...
Wed, 23 Apr, 2025 at 3:56 PM