Interface IPLMConnectionParameter
Interface representing a connection parameter used within the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("199931CC-83AC-47AF-B856-32924AFB4C9E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMConnectionParameter
Properties
DefaultValue
Gets the default value of the parameter.
Declaration
string DefaultValue { get; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier of the parameter.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the display name of the parameter.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Order
Gets the order in which the parameter appears.
Declaration
int Order { get; }
Property Value
Type | Description |
---|---|
int |