AGI STK VGT 11Send comments on this topic.
SetCondition Method (IAgCrdnConditionCombined)
See Also 
Ref
Pos
Windows






Windows & Linux

Description

Set scalar conditions at a postion.

Syntax

[Visual Basic .NET]
Public Sub SetCondition( _
   ByVal Ref As IAgCrdnCondition, _
   ByVal Pos As Integer _
) 
[C#]
public void SetCondition(
   IAgCrdnCondition Ref,
   int Pos
);
[Managed C++]
public: void SetCondition(
   IAgCrdnCondition ^ Ref,
   int Pos
);
[Java]
public  setCondition(
   IAgCrdnCondition Ref,
   ppInteger Pos
);
[Unmanaged C++]
public: HRESULT SetCondition(
   IAgCrdnCondition * Ref,
   int Pos
);

Parameters

Ref
Pos

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.