LicenseIsFeatureAvailable Method
|
Namespace: Bricscad.Licensing
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public static bool IsFeatureAvailable(
LicensedFeature licensedFeature
)
Public Shared Function IsFeatureAvailable (
licensedFeature As LicensedFeature
) As Boolean
public:
static bool IsFeatureAvailable(
LicensedFeature licensedFeature
)
static member IsFeatureAvailable :
licensedFeature : LicensedFeature -> bool
Parameters
- licensedFeature
- Type: Bricscad.LicensingLicensedFeature
Return Value
Type:
Boolean
See Also