C# Класс HaloMap.Plugins.IFPIO.IFPByte

The ifp byte.
Наследование: BaseObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
entIndex Index

Открытые методы

Метод Описание
IFPByte ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPByte class.

Описание методов

IFPByte() публичный Метод

Initializes a new instance of the IFPByte class.
public IFPByte ( int ifpoffset, bool ifpvisible, string ifpname, string extendedDescription, Index iIndex, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpoffset int The ifpoffset.
ifpvisible bool if set to true [ifpvisible].
ifpname string The ifpname.
extendedDescription string
iIndex Index Index of the i.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Результат System

Описание свойств

entIndex публичное свойство

The ent index.
public Index entIndex
Результат Index