STK ObjectsSend comments on this topic.
Contains Method (IAgDataProviders)
See Also
DataProviderName
Windows





Windows & Linux

Description

Determines whether the collection contains a specific data provider.

Syntax

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

Parameters

DataProviderName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.