STK ObjectsSend comments on this topic.
AddDataDisplayRequiringPreData Method (IAgVODataDisplayCollection)
See Also
Name
PreData
Windows





Windows & Linux

Description

Adds a data display using 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 AddDataDisplayRequiringPreData( _
    ByVal Name As String, _
    ByVal PreData As String _
) As IAgVODataDisplayElement
[C#]
public IAgVODataDisplayElement AddDataDisplayRequiringPreData(
    string Name,
    string PreData
);
[Managed C++]
public: IAgVODataDisplayElement^ AddDataDisplayRequiringPreData(
    String __gc ^ Name,
    String __gc ^ PreData
);
[Unmanaged C++]
public: HRESULT AddDataDisplayRequiringPreData(
    BSTR Name,
    BSTR PreData,
    IAgVODataDisplayElement ** ppRetVal
);
[Java]
public IAgVODataDisplayElement addDataDisplayRequiringPreData(
    String Name,
    String PreData
);
[Python - STK API ]
def AddDataDisplayRequiringPreData(self, Name:str, PreData:str) -> "IAgVODataDisplayElement":

Parameters

Name
PreData

Remarks

For information on the format of the PreData parameter 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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.