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





Description

Checks whether an object with the given name exists.

Syntax

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

[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 * ReturnValue
);

Parameters

InstName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1