STK ObjectsSend comments on this topic.
IsRefractionTypeSupported Method (IAgRadar)
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 Boolean
[C#]
public bool IsRefractionTypeSupported(
    AgESnRefractionType Model
);
[Managed C++]
public: bool IsRefractionTypeSupported(
    AgESnRefractionType Model
);
[Unmanaged C++]
public: HRESULT IsRefractionTypeSupported(
    AgESnRefractionType Model,
    VARIANT_BOOL * pSupported
);
[Java]
public bool isRefractionTypeSupported(
    AgESnRefractionType Model
);
[Python - STK API ]
def IsRefractionTypeSupported(self, Model:"AgESnRefractionType") -> bool:

Parameters

Model

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.