C# 클래스 LynnaLab.ObjectGroup

상속: ProjectDataType
파일 보기 프로젝트 열기: Drenn1/LynnaLab 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ObjectCommandMaxParams int[]
ObjectCommandMinParams int[]
ObjectCommands string[]

공개 메소드들

메소드 설명
GetNumObjects ( ) : int
GetObjectData ( int index ) : ObjectData
InsertObject ( int index, ObjectType type ) : void
RemoveObject ( int index ) : void

비공개 메소드들

메소드 설명
IsIsolated ( ) : bool
ObjectGroup ( Project p, String id ) : System

메소드 상세

GetNumObjects() 공개 메소드

public GetNumObjects ( ) : int
리턴 int

GetObjectData() 공개 메소드

public GetObjectData ( int index ) : ObjectData
index int
리턴 ObjectData

InsertObject() 공개 메소드

public InsertObject ( int index, ObjectType type ) : void
index int
type ObjectType
리턴 void

RemoveObject() 공개 메소드

public RemoveObject ( int index ) : void
index int
리턴 void

프로퍼티 상세

ObjectCommandMaxParams 공개적으로 정적으로 프로퍼티

public static int[] ObjectCommandMaxParams
리턴 int[]

ObjectCommandMinParams 공개적으로 정적으로 프로퍼티

public static int[] ObjectCommandMinParams
리턴 int[]

ObjectCommands 공개적으로 정적으로 프로퍼티

public static string[] ObjectCommands
리턴 string[]