Interface ISGFFile
A SGF file opened for reading. Gives fast access to the header without reading the geometry.
Namespace: STGeomApiTypes
Assembly: STGeomApiTypes.dll
Syntax
[Guid("69B688F8-605E-48A9-A3B5-BB66E989CD10")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ISGFFile
Properties
Header
Header parsed when the file was opened.
Declaration
ISGFFileHeader Header { get; }
Property Value
| Type | Description |
|---|---|
| ISGFFileHeader |
Methods
SaveToReceiver(ISTGeomReceiver)
Replay the geometry stream into the receiver (equivalent of OpenFile). Before the commands it does Receiver.Header.Assign(Self.Header).
Declaration
bool SaveToReceiver(ISTGeomReceiver Receiver)
Parameters
| Type | Name | Description |
|---|---|---|
| ISTGeomReceiver | Receiver |
Returns
| Type | Description |
|---|---|
| bool |