STK Graphics PrimitivesSend comments on this topic.
Contains Method (IAgStkGraphicsScreenOverlayCollectionBase)
See Also
Item
The overlay to locate in the collection.
Windows





Windows & Linux

Description

Determines whether the collection contains a specific overlay.

Syntax

[Visual Basic .NET]
Public Function Contains( _
    ByVal Item As IAgStkGraphicsScreenOverlay _
) As Boolean
[C#]
public bool Contains(
    IAgStkGraphicsScreenOverlay Item
);
[Managed C++]
public: bool Contains(
    IAgStkGraphicsScreenOverlay ^ Item
);
[Unmanaged C++]
public: HRESULT Contains(
    IAgStkGraphicsScreenOverlay * Item,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool contains(
    IAgStkGraphicsScreenOverlay Item
);
[Python - STK API ]
def Contains(self, Item:"IAgStkGraphicsScreenOverlay") -> bool:

Parameters

Item
The overlay to locate in the collection.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.