STK ObjectsSend comments on this topic.
Column Property (IAgVeCorrelationListElement)
See Also
Windows





Windows & Linux

Description

Consider parameter for column.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Column() As AgEVeCorrelationListType
[C#]
public AgEVeCorrelationListType Column {get; set;}
[Managed C++]
public: __property AgEVeCorrelationListType get_Column();
public: __property void set_Column( AgEVeCorrelationListType );
[Unmanaged C++]
public: HRESULT get_Column(
    AgEVeCorrelationListType * pVal
);
public: HRESULT put_Column(
    AgEVeCorrelationListType vColumn
);
[Java]
public AgEVeCorrelationListType getColumn();
public void setColumn(
    AgEVeCorrelationListType
);
[Python - STK API ]
@property
def Column(self) -> "AgEVeCorrelationListType":

@Column.setter
def Column(self, vColumn:"AgEVeCorrelationListType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.