STK ObjectsSend comments on this topic.
PreDataRequired Property (IAgDataProvider)
See Also
Windows





Windows & Linux

Description

Returns whether the data provider requires pre data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PreDataRequired() As Boolean
[C#]
public bool PreDataRequired {get;}
[Managed C++]
public: __property bool get_PreDataRequired();
[Unmanaged C++]
public: HRESULT get_PreDataRequired(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getPreDataRequired();
[Python - STK API ]
@property
def PreDataRequired(self) -> bool:

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.