AGI STK Objects 11Send 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 
[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 * pRetVal
);

Parameters

Path
The path to the Object target being tested for.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.