AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_Column(
   AgEVeCorrelationListType NewColumn
);
[Java]
public AgEVeCorrelationListType getColumn();
public void setColumn(
   AgEVeCorrelationListType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.