AGI STK VGT 11Send 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
);
[Java]
public  addCondition(
   IAgCrdnCondition Ref
);
[Unmanaged C++]
public: HRESULT AddCondition(
   IAgCrdnCondition * Ref
);

Parameters

Ref

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.