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






Windows & Linux

Description

Set spatial conditions at a postion.

Syntax

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

Parameters

Ref
Pos

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.