Creates recognized imported features in a SOLIDWORKS part document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateFeatures( _
ByVal CreationOptions As System.Short _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureWorksApp
Dim CreationOptions As System.Short
Dim value As System.Boolean
value = instance.CreateFeatures(CreationOptions) |
Parameters
- CreationOptions
Options as defined by fwFeatureCreationOptions_e
Return Value
True if the feature is created, false if not
Example
See Also
Availability
FeaturesWorks API 2004 FCS