STK Real-Time Tracking ToolSend comments on this topic.
IsMatch Method (IAgRt3Query)
See Also
Entity
Windows





Windows & Linux

Description

Returns true if the provided entity beloings in the query.

Syntax

[Visual Basic .NET]
Public Function IsMatch( _
    ByVal Entity As IAgEntity _
) As Boolean
[C#]
public bool IsMatch(
    IAgEntity Entity
);
[Managed C++]
public: bool IsMatch(
    IAgEntity ^ Entity
);
[Unmanaged C++]
public: HRESULT IsMatch(
    IAgEntity * Entity,
    VARIANT_BOOL * pMatch
);
[Java]
public bool isMatch(
    IAgEntity Entity
);

Parameters

Entity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.