Creates the specified feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateFeature( _
ByVal FeatureData As System.Object _
) As Feature |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim FeatureData As System.Object
Dim value As Feature
value = instance.CreateFeature(FeatureData) |
C++/CLI | |
---|
Feature^ CreateFeature(
& System.Object^ FeatureData
) |
Parameters
- FeatureData
- thread, sweep, library, library form tool (see Remarks), tab/slot, bounding box, ground plane, mirror components, projection curve, sheet metal normal cut, sheet metal swept flange, sheet metal gusset, sheet metal edge flange, convert solid to sheet metal (see Remarks), simple fillet/chamfer, belt/chain, sheet metal base flange, sheet metal corner relief, sheet metal sketched bend, mate controller, or a pattern-specific feature data object (see Remarks)
Return Value
IFeature
Example
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0