Inserts a third-party native CAD file into this part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertImportedFeature( _
ByVal FileName As System.String, _
ByRef Errors As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim FileName As System.String
Dim Errors As System.Integer
Dim value As System.Object
value = instance.InsertImportedFeature(FileName, Errors) |
C# | |
---|
System.object InsertImportedFeature(
System.string FileName,
out System.int Errors
) |
C++/CLI | |
---|
System.Object^ InsertImportedFeature(
& System.String^ FileName,
& [Out] System.int Errors
) |
Parameters
- FileName
- Full path name of the third-party native CAD file to insert
- Errors
- Error code as defined in swFileLoadError_e
Return Value
IFeature if successful; null or Nothing otherwise
Remarks
See Also
Availability
SOLIDWORKS 2020 FCS, Revision Number 28.0