FactSetOnDemandExtractOptionsSnapshot Method (String, String, String, String, String, String, String, String, Object) |
Execute the ExtractOptionsSnapshot Factlet.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic DataFrame ExtractOptionsSnapshot(
string items,
string date,
string cond1,
string compval1,
string cond2,
string compval2,
string cond3,
string compval3,
Object[] otherArgs = null
)
Public Function ExtractOptionsSnapshot (
items As String,
date As String,
cond1 As String,
compval1 As String,
cond2 As String,
compval2 As String,
cond3 As String,
compval3 As String,
Optional otherArgs As Object() = Nothing
) As DataFrame
public:
DataFrame^ ExtractOptionsSnapshot(
String^ items,
String^ date,
String^ cond1,
String^ compval1,
String^ cond2,
String^ compval2,
String^ cond3,
String^ compval3,
array<Object^>^ otherArgs = nullptr
)
member ExtractOptionsSnapshot :
items : string *
date : string *
cond1 : string *
compval1 : string *
cond2 : string *
compval2 : string *
cond3 : string *
compval3 : string *
?otherArgs : Object[]
(* Defaults:
let _otherArgs = defaultArg otherArgs null
*)
-> DataFrame
Parameters
- items
- Type: SystemString
- date
- Type: SystemString
- cond1
- Type: SystemString
- compval1
- Type: SystemString
- cond2
- Type: SystemString
- compval2
- Type: SystemString
- cond3
- Type: SystemString
- compval3
- Type: SystemString
- otherArgs (Optional)
- Type: SystemObject
Comma separated namevalue pairs array with any other arguments, used by addStringArrayParameters(DataRequest, Object)
Return Value
Type:
DataFrameDataFrame. If not in waitUntilDone mode, must wait for results before accessing dataframe
See Also