FactSetOnDemandRunStatBar Method |
Run StatBar. For MATLAB and R Plugins. Calling this outside of either of these programs will give undefined results.
Namespace:
Kratos_3.RunTimePlatform
Assembly:
Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntaxpublic string RunStatBar(
string path
)
Public Function RunStatBar (
path As String
) As String
public:
String^ RunStatBar(
String^ path
)
member RunStatBar :
path : string -> string
Parameters
- path
- Type: SystemString
Return Value
Type:
String
See Also