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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1