Interface IMapGraphicLayer
Unit
Declaration
type IMapGraphicLayer = interface(IInterface)
Description
A layer of map graphics
Attributes
- GUID['{BC6CD857-BB91-553A-9AA9-B6782D82CDB6}']
Hierarchy
- IInterface
- IMapGraphicLayer
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetGraphicRows: TArray<IMapGraphicRow>; |
|
procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>); |
|
procedure Serialize(Writer: TEoWriter); |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetGraphicRows: TArray<IMapGraphicRow>; |
|
This item has no description. |
procedure SetGraphicRows(GraphicRows: TArray<IMapGraphicRow>); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property GraphicRows: TArray<IMapGraphicRow> read GetGraphicRows write SetGraphicRows; |
|
|
Generated by PasDoc 0.16.0-snapshot.