Determine if the data display needs additional data, such as a comparison object for an RIC report or a set of axes for a vector.
[Visual Basic .NET] |
---|
Public Function IsPreDataRequired( _ ByVal DataDisplayName As String _ ) As Boolean |
[C#] |
---|
public bool IsPreDataRequired( string DataDisplayName ); |
[Managed C++] |
---|
public: bool IsPreDataRequired( String __gc ^ DataDisplayName ); |
[Unmanaged C++] |
---|
public: HRESULT IsPreDataRequired( BSTR DataDisplayName, VARIANT_BOOL * pRequired ); |
[Java] |
---|
public bool isPreDataRequired( String DataDisplayName ); |
[Python - STK API ] |
---|
def IsPreDataRequired(self, DataDisplayName:str) -> bool: |
- DataDisplayName
Alternatively, refer to the data provider documentation for a specific data provider to see if PreData is required. In the documentation for the specific data provider look for a "Pre-data required:" section.