C# Class HaloMap.Plugins.IFPIO.Ident

The ident.
Inheritance: BaseObject
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
hasTagType bool

Méthodes publiques

Méthode Description
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.

Method Details

Ident() public méthode

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.
Résultat System

Property Details

hasTagType public_oe property

The has tag type.
public bool hasTagType
Résultat bool