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





Windows & Linux

Description

Cross correlation value. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Value() As Double
[C#]
public double Value {get; set;}
[Managed C++]
public: __property double get_Value();
public: __property void set_Value( double );
[Unmanaged C++]
public: HRESULT get_Value(
    double * pVal
);
public: HRESULT put_Value(
    double Value
);
[Java]
public double getValue();
public void setValue(
    double
);
[Python - STK API ]
@property
def Value(self) -> float:

@Value.setter
def Value(self, Value:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.