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

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

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

Свойство Тип Описание
size int
type bool

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

Метод Описание
IFPString ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int ifpSize, bool ifpType, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the IFPString class.

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

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

Initializes a new instance of the IFPString class.
public IFPString ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int ifpSize, bool ifpType, int entlineNumber, int entparent, int entPrevSibling ) : System
ifpName string Name of the ifp.
extendedDescription string
ifpVisible bool if set to true [ifp visible].
ifpOffset int The ifp offset.
ifpSize int Size of the ifp.
ifpType bool if set to true [ifp type].
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Результат System

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

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

The size.
public int size
Результат int

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

The type.
public bool type
Результат bool