Click or drag to resize

IFeaturesGetFeature Method

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).

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
IFeatureInfo GetFeature(
	string name
)

Parameters

name
Type: SystemString
Name of feature

Return Value

Type: IFeatureInfo
An IFeatureInfo if the feature is found in the current set of licensed features, null otherwise. Always check IsActivated
See Also