AGI STK Objects 11Send comments on this topic.
IsRefractionTypeSupported Method (IAgAntenna)
See Also
Model
Windows






Windows & Linux

Description

Gets a value indicating whether the specified type can be used

Syntax

[Visual Basic .NET]
Public Function IsRefractionTypeSupported( _
    ByVal Model As AgESnRefractionType _
) As 
[C#]
public bool IsRefractionTypeSupported(
    AgESnRefractionType Model
);
[Managed C++]
public: bool IsRefractionTypeSupported(
    AgESnRefractionType Model
);
[Java]
public bool isRefractionTypeSupported(
    AgESnRefractionType Model
);
[Unmanaged C++]
public: HRESULT IsRefractionTypeSupported(
    AgESnRefractionType Model,
    VARIANT_BOOL * pSupported
);

Parameters

Model

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.