AGI Real-Time Tracking Tool 11 Send comments on this topic.
IsMatch Method (IAgRt3Query)
See Also 
Entity





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1