Interface IPLMSettingsParameters
Namespace: SprutCAMTech.CAMAPI.Extension.PLM
Assembly: SprutCAMTech.CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("1D4D0510-EADB-4BFC-889A-1B4A0AF9E68D")]
public interface IPLMSettingsParameters
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Declaration
IPLMSettingsParameter this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index |
Property Value
| Type | Description |
|---|---|
| IPLMSettingsParameter |