Click or drag to resize

FactSetOnDemandexecuteFactlet Method (Factlet, Boolean, Boolean)

Execute a factlet

Namespace:  Kratos_3.RunTimePlatform
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public DataFrame executeFactlet(
	Factlet f,
	bool suppressSummary,
	bool waitForResults
)

Parameters

f
Type: Kratos_3.NetworkFactlet
Factlet to execute
suppressSummary
Type: SystemBoolean
If true, no summary statistics will be generated for the factlet
waitForResults
Type: SystemBoolean
Whether or not to wait for results before returning the dataframe.

Return Value

Type: DataFrame
See Also