C# 클래스 HaloMap.Plugins.IFPIO.IFPString

The ifp string.
상속: BaseObject
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
size int
type bool

공개 메소드들

메소드 설명
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.

메소드 상세

IFPString() 공개 메소드

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.
리턴 System

프로퍼티 상세

size 공개적으로 프로퍼티

The size.
public int size
리턴 int

type 공개적으로 프로퍼티

The type.
public bool type
리턴 bool