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

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

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

Свойство Тип Описание
hasTagType bool

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

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

Initializes a new instance of the Ident class.

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

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

Initializes a new instance of the Ident class.
public Ident ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, bool ifpHasTagType, 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.
ifpHasTagType bool if set to true [ifp has tag type].
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
Результат System

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

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

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