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

Parameters

Ref
Pos

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.