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.