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






Windows & Linux

Description

Get scalar conditions at a postion.

Syntax

[Visual Basic .NET]
Public Function GetCondition( _
   ByVal Pos As Integer _
) As IAgCrdnCondition
[C#]
public IAgCrdnCondition GetCondition(
   int Pos
);
[Managed C++]
public: IAgCrdnCondition^ GetCondition(
   int Pos
);
[Java]
public IAgCrdnCondition getCondition(
   ppInteger Pos
);
[Unmanaged C++]
public: HRESULT GetCondition(
   int Pos,
   IAgCrdnCondition ** ReturnValue
);

Parameters

Pos

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.