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






Windows & Linux

Description

Checks whether the collection contains an object with the given value.

Syntax

[Visual Basic .NET]
Public Function Contains( _
   ByVal Value As Double _
) As Boolean
[C#]
public bool Contains(
   double Value
);
[Managed C++]
public: bool Contains(
   double Value
);
[Java]
public bool contains(
   double Value
);
[Unmanaged C++]
public: HRESULT Contains(
   double Value,
   VARIANT_BOOL * ReturnValue
);

Parameters

Value

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.