Share

ICadFeature.InventorFeature Property (Object, 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 ( 
	componentOrDocName As Object,
	featureName As String
) As PartFeature
	Get

C#

PartFeature this[
	Object componentOrDocName,
	string featureName
] { get; }

Parameters

componentOrDocName
Type: System.Object
The component or document name.
featureName
Type: System.String
The name of the feature.

Property Value

Type: PartFeature

See Also

Reference

Was this information helpful?