Constructor BioBlock
BioBlock(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Constructs a new BioBlock.
Declaration
public BioBlock(int lineNumber1, int x1, int y1, int z1, int lineNumber2, int x2, int y2, int z2)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | lineNumber1 | First line number. |
System.Int32 | x1 | First x-value. |
System.Int32 | y1 | First y-value. |
System.Int32 | z1 | First z-value. |
System.Int32 | lineNumber2 | Second line number. |
System.Int32 | x2 | Second x-value. |
System.Int32 | y2 | Second y-value. |
System.Int32 | z2 | Second z-value. |