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
PartFeature this[
Object componentOrDocName,
string featureName
] { get; }
Parameters
- componentOrDocName
- Type: SystemObject
The component or document name. - featureName
- Type: SystemString
The name of the feature.
Property Value
Type:
PartFeatureSee Also