Click or drag to resize

FactSetOnDemandexecuteFactlet Method (Factlet)

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
)

Parameters

f
Type: Kratos_3.NetworkFactlet
Factlet to execute

Return Value

Type: DataFrame
DataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also