STK Vector Geometry ToolSend comments on this topic.
AddCondition Method (IAgCrdnConditionCombined)
See Also
Ref
Windows





Windows & Linux

Description

Adds a condition at the end of the list.

Syntax

[Visual Basic .NET]
Public Sub AddCondition( _
    ByVal Ref As IAgCrdnCondition _
)
[C#]
public void AddCondition(
    IAgCrdnCondition Ref
);
[Managed C++]
public: void AddCondition(
    IAgCrdnCondition ^ Ref
);
[Unmanaged C++]
public: HRESULT AddCondition(
    IAgCrdnCondition * Ref
);
[Java]
public void addCondition(
    IAgCrdnCondition Ref
);
[Python - STK API ]
def AddCondition(self, Ref:"IAgCrdnCondition") -> None:

Parameters

Ref

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.