IFeatures Interface |
Namespace: Demo3D.Visuals
public interface IFeatures
The IFeatures type exposes the following members.
| Name | Description | |
|---|---|---|
| FindFeature |
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.
| |
| GetFeature |
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).
|