Click or drag to resize

Spice3CommandListLoadT Method

[Missing <summary> documentation for "M:RAYLASE.SPICE3.Spice3CommandList.Load``1(System.String)"]


Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.0
Syntax
C#
public static T Load<T>(
	string filePath
)
where T : new(), Spice3CommandList

Parameters

filePath  String

[Missing <param name="filePath"/> documentation for "M:RAYLASE.SPICE3.Spice3CommandList.Load``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.SPICE3.Spice3CommandList.Load``1(System.String)"]

Return Value

T

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Spice3CommandList.Load``1(System.String)"]

See Also