FactSetOnDemandExtractAlphaTestingSnapshot Method |
Execute the ExtractAlphaTestingSnapshot Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame ExtractAlphaTestingSnapshot(
string useStat,
string headers,
string model,
string report,
string items,
string security,
string date,
string resultType,
string sortOrder,
string sortCol,
string reportSettingName
)
Public Function ExtractAlphaTestingSnapshot (
useStat As String,
headers As String,
model As String,
report As String,
items As String,
security As String,
date As String,
resultType As String,
sortOrder As String,
sortCol As String,
reportSettingName As String
) As DataFrame
public:
DataFrame^ ExtractAlphaTestingSnapshot(
String^ useStat,
String^ headers,
String^ model,
String^ report,
String^ items,
String^ security,
String^ date,
String^ resultType,
String^ sortOrder,
String^ sortCol,
String^ reportSettingName
)
member ExtractAlphaTestingSnapshot :
useStat : string *
headers : string *
model : string *
report : string *
items : string *
security : string *
date : string *
resultType : string *
sortOrder : string *
sortCol : string *
reportSettingName : string -> DataFrame
Parameters
- useStat
- Type: SystemString
- headers
- Type: SystemString
- model
- Type: SystemString
- report
- Type: SystemString
- items
- Type: SystemString
- security
- Type: SystemString
- date
- Type: SystemString
- resultType
- Type: SystemString
- sortOrder
- Type: SystemString
- sortCol
- Type: SystemString
- reportSettingName
- Type: SystemString
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also