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

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

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

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

Initializes a new instance of the TagType class.

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

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

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