Share

ICadFeature.InventorFeature Property (String)

Gets an Inventor Feature object by name. Throws an error if it is not found.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0

Syntax

VB

ReadOnly Property InventorFeature ( 
	featureName As String
) As PartFeature
	Get

C#

PartFeature this[
	string featureName
] { get; }

Parameters

featureName
Type: System.String
The name of the feature.

Property Value

Type: PartFeature
The feature that was found.

See Also

Reference

Was this information helpful?