AGI STK Objects 11Send comments on this topic.
Contains Method (IAgStkObjectElementCollection)
See Also
InstName
Windows






Windows & Linux

Description

Checks whether an object with the given name exists.

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal InstName As String _
) As 
[C#]
public bool Contains(
    string InstName
);
[Managed C++]
public: bool Contains(
    String __gc ^ InstName
);
[Java]
public bool contains(
    String InstName
);
[Unmanaged C++]
public: HRESULT Contains(
    BSTR InstName,
    VARIANT_BOOL * pRetVal
);

Parameters

InstName

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.