Click or drag to resize

SDDPServerGetNodeInfo Method

Gets the NodeInfo from serial id

Namespace:  CSharpGrid.SDDP
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static NodeInfo GetNodeInfo(
	string serial_id
)

Parameters

serial_id
Type: SystemString
Serial ID String.

Return Value

Type: NodeInfo
The NodeInfo from Serial ID value.
See Also