Interface ICamApiClassFactory
Objects class factory to be possible to create any kind of object and then cast it to exact interface
Namespace: CAMAPI.ResultStatus
Assembly: CAMAPI.ResultStatus.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("350C68BB-D3B2-4A95-950A-C0E7F7BD48E6")]
public interface ICamApiClassFactory
Methods
CreateObjectOfClass(string)
Create object to manage geometry files (better to use one per each)
Declaration
ICamApiObject CreateObjectOfClass(string NameOfClass)
Parameters
| Type | Name | Description |
|---|---|---|
| string | NameOfClass |
Returns
| Type | Description |
|---|---|
| ICamApiObject |