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






Windows & Linux

Description

Get spatial conditions at a postion.

Syntax

[Visual Basic .NET]
Public Function GetCondition( _
   ByVal Pos As Integer _
) As IAgCrdnVolume

[C#]
public IAgCrdnVolume GetCondition(
int Pos
);

[Managed C++]
public: IAgCrdnVolume^ GetCondition(
int Pos
);

[Java]
public IAgCrdnVolume getCondition(
ppInteger Pos
);

[Unmanaged C++]
public: HRESULT GetCondition(
int Pos,
IAgCrdnVolume ** ReturnValue
);

Parameters

Pos

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface