Interface IPLMItemAttributes
Interface representing the collection of item attributes in form of key and value
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B1DA7C0C-4FC7-4CF0-8F53-FFBB1924BD6E")]
public interface IPLMItemAttributes
Properties
Count
Gets the number of attributes in the collection.
Declaration
Property Value
Values[string]
Declaration
string Values[string Id] { get; set; }
Parameters
Type |
Name |
Description |
string |
Id |
|
Property Value
Methods
Add(string, string)
Adds a new attribute with the specified ID and value.
Declaration
void Add(string Id, string Value)
Parameters
Exists(string)
Checks whether a attribute with the specified ID exists.
Declaration
Parameters
Type |
Name |
Description |
string |
Id |
|
Returns
Remove(string)
Removes the attribute associated with the specified ID.
Declaration
Parameters
Type |
Name |
Description |
string |
Id |
|