Click or drag to resize

FX3ConnectionGetFX3ApiInfo Property

This property returns a class containing some useful information about the current FX3 Dll. Some of the information is available as a attribute of the DLL, while others (build date/time and git revision) are generated at compile time using a pre-build batch file script.

Namespace:  FX3Api
Assembly:  FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntax
public FX3ApiInfo GetFX3ApiInfo { get; }

Return Value

Type: FX3ApiInfo
See Also