Interface IPLMApplication
Interface representing a collection of login parameters used for user authentication in the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("2C34D276-D065-46AF-8503-B3E8D669D544")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMApplication
Methods
FindObjectByID(string)
Returns an object metadata was imported from PLM system
Declaration
IPLMObjectInCAM FindObjectByID(string PLMObjectId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | PLMObjectId |
Returns
| Type | Description |
|---|---|
| IPLMObjectInCAM |