STK XSend comments on this topic.
IsFeatureAvailable Method (AgSTKXApplication)
See Also
FeatureCode
Windows





Windows & Linux

Description

Returns true if the specified feature is available.

Syntax

[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
);
[Unmanaged C++]
public: HRESULT IsFeatureAvailable(
    AgEFeatureCodes FeatureCode,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isFeatureAvailable(
    AgEFeatureCodes FeatureCode
);
[Python - STK API ]
def IsFeatureAvailable(self, FeatureCode:"AgEFeatureCodes") -> bool:

Parameters

FeatureCode

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.