STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR Path,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    String Path
);
[Python - STK API ]
def Contains(self, Path:str) -> bool:

Parameters

Path
The path to the Object target being tested for.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.