STK Vector Geometry ToolSend comments on this topic.
Condition Property (IAgCrdnRelativeSatisfactionConditionFilter)
See Also
Windows





Windows & Linux

Description

This additional condition must be satisfied At Most or At Least specified duration within any interval for it to be considered in filtered list.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Condition() As IAgCrdnCondition
[C#]
public IAgCrdnCondition Condition {get; set;}
[Managed C++]
public: __property IAgCrdnCondition ^ get_Condition();
public: __property void set_Condition( IAgCrdnCondition );
[Unmanaged C++]
public: HRESULT get_Condition(
    IAgCrdnCondition ** ppRetVal
);
public: HRESULT put_Condition(
    IAgCrdnCondition Condition
);
[Java]
public IAgCrdnCondition getCondition();
public void setCondition(
    IAgCrdnCondition
);
[Python - STK API ]
@property
def Condition(self) -> "IAgCrdnCondition":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.