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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1