Click or drag to resize

IFeaturesFindFeature Method

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.

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

Parameters

name  String
Name of feature

Return Value

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