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





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 * pRetVal
);
public: HRESULT put_Row(
AgEVeCorrelationListType NewRow
);

[Java]
public AgEVeCorrelationListType getRow();public void setRow(
AgEVeCorrelationListType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1