InsertObjectFromFile Method (IModelDoc2)
Obsolete. Superseded by IModelDocExtension::InsertObjectFromFile.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertObjectFromFile( _
ByVal FilePath As System.String, _
ByVal CreateLink As System.Boolean, _
ByVal Xx As System.Double, _
ByVal Yy As System.Double, _
ByVal Zz As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc2
Dim FilePath As System.String
Dim CreateLink As System.Boolean
Dim Xx As System.Double
Dim Yy As System.Double
Dim Zz As System.Double
Dim value As System.Boolean
value = instance.InsertObjectFromFile(FilePath, CreateLink, Xx, Yy, Zz) |
C# | |
---|
System.bool InsertObjectFromFile(
System.string FilePath,
System.bool CreateLink,
System.double Xx,
System.double Yy,
System.double Zz
) |
C++/CLI | |
---|
System.bool InsertObjectFromFile(
& System.String^ FilePath,
& System.bool CreateLink,
& System.double Xx,
& System.double Yy,
& System.double Zz
) |
Parameters
- FilePath
-
- CreateLink
-
- Xx
-
- Yy
-
- Zz
-
See Also