C# Class LynnaLab.ObjectGroup

Inheritance: ProjectDataType
显示文件 Open project: Drenn1/LynnaLab Class Usage Examples

Public Properties

Property Type Description
ObjectCommandMaxParams int[]
ObjectCommandMinParams int[]
ObjectCommands string[]

Public Methods

Method Description
GetNumObjects ( ) : int
GetObjectData ( int index ) : ObjectData
InsertObject ( int index, ObjectType type ) : void
RemoveObject ( int index ) : void

Private Methods

Method Description
IsIsolated ( ) : bool
ObjectGroup ( Project p, String id ) : System

Method Details

GetNumObjects() public method

public GetNumObjects ( ) : int
return int

GetObjectData() public method

public GetObjectData ( int index ) : ObjectData
index int
return ObjectData

InsertObject() public method

public InsertObject ( int index, ObjectType type ) : void
index int
type ObjectType
return void

RemoveObject() public method

public RemoveObject ( int index ) : void
index int
return void

Property Details

ObjectCommandMaxParams public_oe static_oe property

public static int[] ObjectCommandMaxParams
return int[]

ObjectCommandMinParams public_oe static_oe property

public static int[] ObjectCommandMinParams
return int[]

ObjectCommands public_oe static_oe property

public static string[] ObjectCommands
return string[]