Interface IPLMParameters
Interface for accessing PLM parameters including connection, login, settings and project preview.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A77FF242-FA20-4033-B0C6-423C12530FB6")]
public interface IPLMParameters
Properties
Connection
Gets the connection parameters for the PLM extension.
Declaration
IPLMConnectionParameters Connection { get; }
Property Value
Type | Description |
---|---|
IPLMConnectionParameters |
Login
Gets the login parameters for user authentication.
Declaration
IPLMLoginParameters Login { get; }
Property Value
Type | Description |
---|---|
IPLMLoginParameters |
ProjectPreview
Gets the project preview information.
Declaration
IPLMProjectPreview ProjectPreview { get; }
Property Value
Type | Description |
---|---|
IPLMProjectPreview |
Settings
Gets the login parameters for user authentication.
Declaration
IPLMSettingsParameters Settings { get; }
Property Value
Type | Description |
---|---|
IPLMSettingsParameters |