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





Windows & Linux

Description

Set the condition at the position specified.

Syntax

[Visual Basic .NET]
Public Sub SetCondition( _
    ByVal Ref As IAgCrdnCondition, _
    ByVal Pos As Integer _
)
[C#]
public void SetCondition(
    IAgCrdnCondition Ref,
    int Pos
);
[Managed C++]
public: void SetCondition(
    IAgCrdnCondition ^ Ref,
    int Pos
);
[Unmanaged C++]
public: HRESULT SetCondition(
    IAgCrdnCondition * Ref,
    int Pos
);
[Java]
public void setCondition(
    IAgCrdnCondition Ref,
    Integer Pos
);
[Python - STK API ]
def SetCondition(self, Ref:"IAgCrdnCondition", Pos:int) -> None:

Parameters

Ref
Pos

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.