Interface IMapSign

Unit

Declaration

type IMapSign = interface(IInterface)

Description

Sign EMF entity

Attributes
GUID['{D2B6366B-9398-5AAE-AC40-D1C81B289F46}']

Hierarchy

Overview

Methods

Public function GetByteSize: Cardinal;
Public function GetCoords: ICoords;
Public procedure SetCoords(Coords: ICoords);
Public function GetStringData: string;
Public procedure SetStringData(StringData: string);
Public function GetTitleLength: Cardinal;
Public procedure SetTitleLength(TitleLength: Cardinal);
Public procedure Serialize(Writer: TEoWriter);

Properties

Public property ByteSize: Cardinal read GetByteSize;
Public property Coords: ICoords read GetCoords write SetCoords;
Public property StringData: string read GetStringData write SetStringData;
Public property TitleLength: Cardinal read GetTitleLength write SetTitleLength;

Description

Methods

Public function GetByteSize: Cardinal;

This item has no description.

Public function GetCoords: ICoords;

This item has no description.

Public procedure SetCoords(Coords: ICoords);

This item has no description.

Public function GetStringData: string;

This item has no description.

Public procedure SetStringData(StringData: string);

This item has no description.

Public function GetTitleLength: Cardinal;

This item has no description.

Public procedure SetTitleLength(TitleLength: Cardinal);

This item has no description.

Public procedure Serialize(Writer: TEoWriter);

Serializes this IMapSign 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 Coords: ICoords read GetCoords write SetCoords;

This item has no description.

Public property StringData: string read GetStringData write SetStringData;

Note
Length must be 64007 or less

Public property TitleLength: Cardinal read GetTitleLength write SetTitleLength;

Note
Value range is 0-252


Generated by PasDoc 0.16.0-snapshot.