Interface IPLMProjectPreview
Interface representing a project preview within the PLM extension.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("72FC9053-4B82-490F-8E55-A68F6BA6CC54")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMProjectPreview
Properties
Height
Gets the height of the project preview.
Declaration
int Height { get; }
Property Value
| Type | Description |
|---|---|
| int |
Width
Gets the width of the project preview.
Declaration
int Width { get; }
Property Value
| Type | Description |
|---|---|
| int |