Class TMapSign
Unit
Declaration
type TMapSign = class(TInterfacedObject, IMapSign)
Description
Sign EMF entity
Hierarchy
- TInterfacedObject
- TMapSign
Overview
Methods
function GetByteSize: Cardinal; |
|
function GetCoords: ICoords; |
|
procedure SetCoords(Coords: ICoords); |
|
function GetStringData: string; |
|
procedure SetStringData(StringData: string); |
|
function GetTitleLength: Cardinal; |
|
procedure SetTitleLength(TitleLength: Cardinal); |
|
procedure Serialize(Writer: TEoWriter); |
|
class function Deserialize(Reader: TEoReader): TMapSign; |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
property Coords: ICoords read GetCoords write SetCoords; |
|
property StringData: string read GetStringData write SetStringData; |
|
property TitleLength: Cardinal read GetTitleLength write SetTitleLength; |
Description
Methods
function GetByteSize: Cardinal; |
|
This item has no description. |
function GetCoords: ICoords; |
|
This item has no description. |
procedure SetCoords(Coords: ICoords); |
|
This item has no description. |
function GetStringData: string; |
|
This item has no description. |
procedure SetStringData(StringData: string); |
|
This item has no description. |
function GetTitleLength: Cardinal; |
|
This item has no description. |
procedure SetTitleLength(TitleLength: Cardinal); |
|
This item has no description. |
procedure Serialize(Writer: TEoWriter); |
|
Serializes this Parameters
|
class function Deserialize(Reader: TEoReader): TMapSign; |
|
Deserializes an instance of Parameters
ReturnsThe deserialized object |
Properties
property ByteSize: Cardinal read GetByteSize; |
|
The size of the data that this object was deserialized from.
|
property Coords: ICoords read GetCoords write SetCoords; |
|
This item has no description. |
property StringData: string read GetStringData write SetStringData; |
|
|
property TitleLength: Cardinal read GetTitleLength write SetTitleLength; |
|
|
Generated by PasDoc 0.16.0-snapshot.