Interface IMapSign
Unit
Declaration
type IMapSign = interface(IInterface)
Description
Sign EMF entity
Attributes
- GUID['{D2B6366B-9398-5AAE-AC40-D1C81B289F46}']
Hierarchy
- IInterface
- IMapSign
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); |
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
|
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.