C# Class HaloMap.Plugins.IFPIO.TagBlock

The tag block.
Inheritance: BaseObject
Mostrar archivo Open project: troymac1ure/Entity

Public Methods

Method Description
TagBlock ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, int entlineNumber, int entparent, int entPrevSibling ) : System

Initializes a new instance of the TagBlock class.

Method Details

TagBlock() public method

Initializes a new instance of the TagBlock class.
public TagBlock ( string ifpName, string extendedDescription, bool ifpVisible, int ifpOffset, 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.
entlineNumber int The entline number.
entparent int The entparent.
entPrevSibling int The ent prev sibling.
return System