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





Windows & Linux

Description

Returns a description of the required pre data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property PreDataDescription() As String
[C#]
public string PreDataDescription {get;}
[Managed C++]
public: __property String __gc ^ get_PreDataDescription();
[Unmanaged C++]
public: HRESULT get_PreDataDescription(
    BSTR * pVal
);
[Java]
public String getPreDataDescription();
[Python - STK API ]
@property
def PreDataDescription(self) -> str:

Remarks

For information on the format of the PreData property refer to the data provider documentation for the specific data provider you are trying to use. Look for the "Pre-data required:" section for the format information. Additional format information can be found at Report Additional Data.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.