ICadFeatureInventorFeature 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: 23.0
Syntax ReadOnly Property InventorFeature (
featureName As String
) As PartFeature
Get
PartFeature this[
string featureName
] { get; }
Parameters
- featureName
- Type: SystemString
The name of the feature.
Property Value
Type:
PartFeatureThe feature that was found.
See Also