STK ObjectsSend 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
);
[Python - STK API ]
@property
def Row(self) -> "AgEVeCorrelationListType":

@Row.setter
def Row(self, vRow:"AgEVeCorrelationListType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.