AGI STK Astrogator 11 Send comments on this topic.
Condition Property (IAgVALightingStoppingCondition)
See Also 
Windows






Windows & Linux

Description

Specifies the direction from which the stopping condition value must be achieved.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Condition() As AgEVALightingCondition

[C#]
public AgEVALightingCondition Condition {get; set;}

[Managed C++]
public: __property AgEVALightingCondition get_Condition();
public: __property void set_Condition(
AgEVALightingCondition
);

[Unmanaged C++]
public: HRESULT get_Condition(
AgEVALightingCondition * pRetVal
);
public: HRESULT put_Condition(
AgEVALightingCondition NewCondition
);

[Java]
public AgEVALightingCondition getCondition();public void setCondition(
AgEVALightingCondition
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface