Gets a value indicating whether the specified type can be used.
[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: |
- Model