Returns true if the specified feature is
available.
| [Visual Basic .NET] |
|---|
Public Function IsFeatureAvailable( _
ByVal FeatureCode As AgEFeatureCodes _
) As Boolean
|
| [C#] |
|---|
public bool IsFeatureAvailable(
|
| [Managed C++] |
|---|
public: bool IsFeatureAvailable(
|
| [Java] |
|---|
public bool isFeatureAvailable(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsFeatureAvailable(
|
- FeatureCode
-
The feature to be checked.Member Value Description eFeatureCodeEngineRuntime 1 The enumeration is used to check whether the engine runtime is available. eFeatureCodeGlobeControl 2 The enumeration is used to check whether the globe is available.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||