Interface ICamIpcGeometryImporter
Assembly: CAMIPC.GeomImporter.dll
Syntax
[Guid("1C351D55-36DB-45A0-96FC-E24430B15C14")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcGeometryImporter
Methods
GetGeometryModel(ref TExecuteContext)
Declaration
ICamIpcGeometryModel GetGeometryModel(ref TExecuteContext ExecuteContext)
Parameters
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
ImportFile(string, string, bool, ref TExecuteContext)
Declaration
void ImportFile(string GeomFilePath, string TargetFolder, bool ShowDialog, ref TExecuteContext ExecuteContext)
Parameters