Creates a feature data object of the specified type.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateDefinition( _
ByVal Type As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFeatureManager
Dim Type As System.Integer
Dim value As System.Object
value = instance.CreateDefinition(Type) |
C# | |
---|
System.object CreateDefinition(
System.int Type
) |
C++/CLI | |
---|
System.Object^ CreateDefinition(
& System.int Type
) |
Parameters
- Type
Feature name ID as defined in swFeatureNameID_e:
- swFmHoleWzd (Hole Wizard hole)
- swFmSweepThread (sweep thread)
- swFmRefSurface (surface sweep)
- swFmSweep (boss sweep)
- swFmSweepCut (cut sweep)
- swFmLibraryFeature (library feature)
Return Value
Hole Wizard hole,
thread,
sweep, or
library feature data object; Nothing or null otherwise
Example
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0