SketchRectangle Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SketchRectangle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SketchRectangle( _
ByVal Val1 As System.Double, _
ByVal Val2 As System.Double, _
ByVal Z1 As System.Double, _
ByVal Val3 As System.Double, _
ByVal Val4 As System.Double, _
ByVal Z2 As System.Double, _
ByVal Val5 As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim Val1 As System.Double
Dim Val2 As System.Double
Dim Z1 As System.Double
Dim Val3 As System.Double
Dim Val4 As System.Double
Dim Z2 As System.Double
Dim Val5 As System.Boolean
instance.SketchRectangle(Val1, Val2, Z1, Val3, Val4, Z2, Val5) |
C# | |
---|
void SketchRectangle(
System.double Val1,
System.double Val2,
System.double Z1,
System.double Val3,
System.double Val4,
System.double Z2,
System.bool Val5
) |
C++/CLI | |
---|
void SketchRectangle(
& System.double Val1,
& System.double Val2,
& System.double Z1,
& System.double Val3,
& System.double Val4,
& System.double Z2,
& System.bool Val5
) |
Parameters
- Val1
-
- Val2
-
- Z1
-
- Val3
-
- Val4
-
- Z2
-
- Val5
-
See Also