AGI STK Objects 11 Send comments on this topic.
Condition Property (IAgAccessCnstrCondition)
See Also 





Description

Condition uses the AgECnstrLighting enum.

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1