STK AstrogatorSend 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 * pVal
);
public: HRESULT put_Condition(
    AgEVALightingCondition newVal
);
[Java]
public AgEVALightingCondition getCondition();
public void setCondition(
    AgEVALightingCondition
);
[Python - STK API ]
@property
def Condition(self) -> "AgEVALightingCondition":

@Condition.setter
def Condition(self, newVal:"AgEVALightingCondition") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.