Interface IMapFile

Unit

Declaration

type IMapFile = interface(IInterface)

Description

A map file (EMF)

Attributes
GUID['{680F62ED-2A13-5A8F-B10B-F77D230FF1E5}']

Hierarchy

Overview

Methods

Public function _GetByteSize: Cardinal;
Public function _GetContent: TArray<Byte>;
Public procedure _SetContent(Content: TArray<Byte>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read _GetByteSize;
Public property Content: TArray<Byte> read _GetContent write _SetContent;

Description

Methods

Public function _GetByteSize: Cardinal;

This item has no description.

Public function _GetContent: TArray<Byte>;

This item has no description.

Public procedure _SetContent(Content: TArray<Byte>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMapFile object to the provided TEoWriter.

Parameters
Writer
The writer that this object will be serialized to

Properties

Public property ByteSize: Cardinal read _GetByteSize;

The size of the data that this object was deserialized from.

Note
0 if the instance was not created by the Deserialize method.

Public property Content: TArray<Byte> read _GetContent write _SetContent;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.