Click or drag to resize

IFeatures Interface

Information about available features. Use this interface from plugins and scripting to find if features are available.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public interface IFeatures

The IFeatures type exposes the following members.

Methods
  NameDescription
Public methodFindFeature
Returns an IFeatureInfo if feature is found. Check IsActivated to see if the feature is actually available (it may be expired for example). Use this call if you wish to see if the feature is already available, but without attempting to allocate a license if it isn't.
Public methodGetFeature
Returns an IFeatureInfo if feature is found, and attempts to allocated (from NLS/ULS) if not found. Check IsActivated to see if the feature is actually available (it may be expired for example).
Top
See Also