Returns true if the specified feature is available.
[Visual Basic .NET] |
---|
Public Function IsFeatureAvailable( _ ByVal FeatureCode As AgEFeatureCodes _ ) As Boolean |
[C#] |
---|
public bool IsFeatureAvailable( AgEFeatureCodes FeatureCode ); |
[Managed C++] |
---|
public: bool IsFeatureAvailable( AgEFeatureCodes FeatureCode ); |
[Java] |
---|
public bool isFeatureAvailable( AgEFeatureCodes FeatureCode ); |
[Unmanaged C++] |
---|
public: HRESULT IsFeatureAvailable( AgEFeatureCodes FeatureCode, VARIANT_BOOL * pRetVal ); |
- FeatureCode
- The feature to be checked.
[Visual Basic .NET] | ||
---|---|---|
|