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.
