STK ObjectsSend comments on this topic.
IsPreDataRequired Method (IAgVODataDisplayCollection)
See Also
DataDisplayName
Windows





Windows & Linux

Description

Helper function to 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.

Syntax

[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:

Parameters

DataDisplayName

Remarks

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.