Interface IPLMSettingsParameter
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7B2FBE0D-1208-4D36-9EF2-705DF7B02522")]
public interface IPLMSettingsParameter
Properties
DefaultValue
Declaration
string DefaultValue { get; }
Property Value
Type | Description |
---|---|
string |
Id
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Order
Declaration
int Order { get; }
Property Value
Type | Description |
---|---|
int |