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 _
) As 
[C#]
public void SetCondition(
    IAgCrdnVolume Ref,
    int Pos
);
[Managed C++]
public: void SetCondition(
    IAgCrdnVolume ^ Ref,
    int Pos
);
[Java]
public void setCondition(
    IAgCrdnVolume Ref,
    Integer Pos
);
[Unmanaged C++]
public: HRESULT SetCondition(
    IAgCrdnVolume * Ref,
    int Pos
);

Parameters

Ref
Pos

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.