AGI STK Objects 11 Send comments on this topic.
Contains Method (IAgVeTargetPointingCollection)
See Also 
Path
The path to the Object target being tested for.
Windows






Windows & Linux

Description

Returns true if the collection contains the specified target

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Path As String _
) As Boolean

[C#]
public bool Contains(
string Path
);

[Managed C++]
public: bool Contains(
String __gc ^ Path
);

[Java]
public bool contains(
String Path
);

[Unmanaged C++]
public: HRESULT Contains(
BSTR Path,
VARIANT_BOOL * ReturnValue
);

Parameters

Path
The path to the Object target being tested for.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface