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





Windows & Linux

Description

Remove the condition at the position specified.

Syntax

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

Parameters

Pos

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.