Click or drag to resize

ICadFeatureInventorFeature 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: 23.0
Syntax
ReadOnly Property InventorFeature ( 
	componentOrDocName As Object,
	featureName As String
) As PartFeature
	Get

Parameters

componentOrDocName
Type: SystemObject
The component or document name.
featureName
Type: SystemString
The name of the feature.

Property Value

Type: PartFeature
See Also