STK Vector Geometry ToolSend comments on this topic.
Evaluate Method (IAgCrdnCondition)
See Also
Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.
Windows





Windows & Linux

Description

Returns result of evaluating continuously varying condition metric at the specified time, used for detecting condition crossings.

Syntax

[Visual Basic .NET]
Public Function Evaluate( _
    ByVal Epoch As System.Object _
) As IAgCrdnEvaluateResult
[C#]
public IAgCrdnEvaluateResult Evaluate(
    System.Object Epoch
);
[Managed C++]
public: IAgCrdnEvaluateResult^ Evaluate(
    VARIANT Epoch
);
[Unmanaged C++]
public: HRESULT Evaluate(
    VARIANT Epoch,
    IAgCrdnEvaluateResult ** ppRetVal
);
[Java]
public IAgCrdnEvaluateResult evaluate(
    AgVariant Epoch
);
[Python - STK API ]
def Evaluate(self, Epoch:typing.Any) -> "IAgCrdnEvaluateResult":

Parameters

Epoch
Specify an epoch. The method may throw an exception if the epoch parameter specified cannot be converted to a currently selected date unit.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.