Interface ICAMAPIGeometryImporter
Namespace: CAMAPI.GeomImporter
Assembly: CAMAPI.GeomImporter.dll
Syntax
[Guid("BE5682AC-C883-4C6C-8B6C-D34A91709D90")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICAMAPIGeometryImporter
Properties
GeometryModel
Declaration
ICAMAPIGeometryModel GeometryModel { get; set; }
Property Value
Type | Description |
---|---|
ICAMAPIGeometryModel |
Methods
ImportFile(string, string, bool)
Declaration
TResultStatus ImportFile(string GeomFilePath, string TargetFolder, bool ShowDialog)
Parameters
Type | Name | Description |
---|---|---|
string | GeomFilePath | |
string | TargetFolder | |
bool | ShowDialog |
Returns
Type | Description |
---|---|
TResultStatus |