STK ObjectsSend comments on this topic.
Condition Property (IAgAccessCnstrCondition)
See Also
Windows





Windows & Linux

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

@Condition.setter
def Condition(self, eVal:"AgECnstrLighting") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.