AGI Real-Time Tracking Tool 11 Send 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
);

[Java]
public bool isMatch(
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT IsMatch(
IAgEntity * Entity,
VARIANT_BOOL * ReturnValue
);

Parameters

Entity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface