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, 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, simple fillet/chamfer, belt/chain, sheet metal base flange, sheet metal corner relief, 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