Struct ColonyDetectionProgramInformation
Represents program information from the colony detection program.
Inherited Members
Namespace: SI.PIXL.Client.Structs.CommandResponse.Workflows.ColonyDetection
Assembly: SI.PIXL.Client.dll
Syntax
public struct ColonyDetectionProgramInformation
Constructors
ColonyDetectionProgramInformation(string, ColonyInformation[])
Initializes a new instance of the ColonyDetectionProgramInformation class.
Declaration
public ColonyDetectionProgramInformation(string programID, ColonyInformation[] colonyInformation)
Parameters
Type | Name | Description |
---|---|---|
string | programID | The program ID. |
ColonyInformation[] | colonyInformation | An array containing information about all of the located colonies. |
Properties
ColonyInformation
Get an array containing information about all of the located colonies.
Declaration
public ColonyInformation[] ColonyInformation { get; }
Property Value
Type | Description |
---|---|
ColonyInformation[] |
ProgramID
Get the program ID.
Declaration
public string ProgramID { get; }
Property Value
Type | Description |
---|---|
string |