Interface ISTGeomFiler
Generates a SGF file
Namespace: STGeomApiTypes
Assembly: STGeomApiTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DBB8B036-6D6C-4F90-AEB6-A2BE211F6318")]
public interface ISTGeomFiler
Methods
CloseFile()
Finish writing the SGF file
Declaration
bool CloseFile()
Returns
| Type | Description |
|---|---|
| bool | Success status |
OpenFile(string, ISTGeomReceiver)
Open the SGF file and read it
Declaration
bool OpenFile(string FileName, ISTGeomReceiver Receiver)
Parameters
| Type | Name | Description |
|---|---|---|
| string | FileName |
|
| ISTGeomReceiver | Receiver |
|
Returns
| Type | Description |
|---|---|
| bool | Success status |
StartFile(string)
Start writing a SGF file
Declaration
bool StartFile(string FileName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | FileName |
|
Returns
| Type | Description |
|---|---|
| bool | Success status |