Click or drag to resize

PfsHelperPfsReadParamT Method (IntPtr, String, Int32)

Return all parameters as a T typed array of the given keyword name and index

Namespace:  DHI.PFS
Assembly:  DHI.PFS (in DHI.PFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static T[] PfsReadParam<T>(
	IntPtr pfsSect,
	string keyword,
	int keywordNo
)

Parameters

pfsSect
Type: SystemIntPtr
pointer to section
keyword
Type: SystemString
keyword name
keywordNo
Type: SystemInt32
index of keyword, 1-based

Type Parameters

T
T can be bool, int, uint, float, double, string, DateTime, Guid, and Color

Return Value

Type: T
T typed array
See Also