Interface IMapGraphicLayer

Unit

Declaration

type IMapGraphicLayer = interface(IInterface)

Description

A layer of map graphics

Attributes
GUID['{BC6CD857-BB91-553A-9AA9-B6782D82CDB6}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetGraphicRows: TArray<IMapGraphicRow>;
Public procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetGraphicRows: TArray<IMapGraphicRow>;

This item has no description.

Public procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMapGraphicLayer 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 GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows;

Note
Length must be 252 or less


Generated by PasDoc 0.16.0-snapshot.