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





Description

Determines whether the object with the given name is in the collection.

Syntax

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

[C#]
public bool Contains(
string Name
);

[Managed C++]
public: bool Contains(
String __gc ^ Name
);

[Java]
public bool contains(
String Name
);

[Unmanaged C++]
public: HRESULT Contains(
BSTR Name,
VARIANT_BOOL * ReturnValue
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1