AGI STK Objects 11Send comments on this topic.
Row Property (IAgVeCorrelationListElement)
See Also
Windows






Windows & Linux

Description

Consider parameter for row.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Row() As AgEVeCorrelationListType
[C#]
public AgEVeCorrelationListType Row {get; set;}
[Managed C++]
public: __property AgEVeCorrelationListType get_Row();
public: __property void set_Row( AgEVeCorrelationListType );
[Unmanaged C++]
public: HRESULT get_Row(
    AgEVeCorrelationListType * pVal
);
public: HRESULT put_Row(
    AgEVeCorrelationListType vRow
);
[Java]
public AgEVeCorrelationListType getRow();
public void setRow(
    AgEVeCorrelationListType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.