C# Class HaloMap.Plugins.IFPIO.IFPString

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

Méthodes publiques

Свойство Type Description
size int
type bool

Méthodes publiques

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

Method Details

IFPString() public méthode

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

Property Details

size public_oe property

The size.
public int size
Résultat int

type public_oe property

The type.
public bool type
Résultat bool