InsertInstance Method (IBlockDefinition)
Obsolete. Superseded by ISketchManager::InsertSketchBlockInstance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function InsertInstance( _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Angle As System.Double, _
ByVal Scale As System.Double _
) As BlockInstance |
Visual Basic (Usage) | |
---|
Dim instance As IBlockDefinition
Dim X As System.Double
Dim Y As System.Double
Dim Angle As System.Double
Dim Scale As System.Double
Dim value As BlockInstance
value = instance.InsertInstance(X, Y, Angle, Scale) |
C# | |
---|
BlockInstance InsertInstance(
System.double X,
System.double Y,
System.double Angle,
System.double Scale
) |
C++/CLI | |
---|
BlockInstance^ InsertInstance(
& System.double X,
& System.double Y,
& System.double Angle,
& System.double Scale
) |
Parameters
- X
-
- Y
-
- Angle
-
- Scale
-
See Also