STK AstrogatorSend comments on this topic.
Difference Property (IAgVADCResult)
See Also
Windows





Windows & Linux

Description

Get the difference between the current and desired value for this dependent variable. Dimension depends on context.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Difference() As System.Object
[C#]
public System.Object Difference {get;}
[Managed C++]
public: __property VARIANT get_Difference();
[Unmanaged C++]
public: HRESULT get_Difference(
    VARIANT * pVal
);
[Java]
public AgVariant getDifference();
[Python - STK API ]
@property
def Difference(self) -> typing.Any:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.