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






Windows & Linux

Description

Get the condition at the position specified.

Syntax

[Visual Basic .NET]
Public Function GetCondition( _
    ByVal Pos As Integer _
) As 
[C#]
public IAgCrdnCondition GetCondition(
    int Pos
);
[Managed C++]
public: IAgCrdnCondition^ GetCondition(
    int Pos
);
[Java]
public IAgCrdnCondition getCondition(
    Integer Pos
);
[Unmanaged C++]
public: HRESULT GetCondition(
    int Pos,
    IAgCrdnCondition ** ppRetVal
);

Parameters

Pos

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.