Property | Type | Description | |
---|---|---|---|
NodeID | string | ||
NodeType | string | ||
Ports | List |
||
xcoord | int | ||
ycoord | int |
Method | Description | |
---|---|---|
StarBoundNode ( string type, string ID, int x, int y ) : System | ||
ToString ( ) : string |
public StarBoundNode ( string type, string ID, int x, int y ) : System | ||
type | string | |
ID | string | |
x | int | |
y | int | |
return | System |