STK Vector Geometry ToolSend comments on this topic.
SetCondition Method (IAgCrdnVolumeCombined)
See Also
Ref
Pos
Windows





Windows & Linux

Description

Set spatial conditions at a position.

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
);
[Unmanaged C++]
public: HRESULT SetCondition(
    IAgCrdnVolume * Ref,
    int Pos
);
[Java]
public void setCondition(
    IAgCrdnVolume Ref,
    Integer Pos
);
[Python - STK API ]
def SetCondition(self, Ref:"IAgCrdnVolume", Pos:int) -> None:

Parameters

Ref
Pos

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.