CreateCircleByRadius2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::CreateCircleByRadius2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateCircleByRadius2( _
ByVal XC As System.Double, _
ByVal YC As System.Double, _
ByVal Zc As System.Double, _
ByVal Radius As System.Double _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim XC As System.Double
Dim YC As System.Double
Dim Zc As System.Double
Dim Radius As System.Double
Dim value As System.Object
value = instance.CreateCircleByRadius2(XC, YC, Zc, Radius) |
C# | |
---|
System.object CreateCircleByRadius2(
System.double XC,
System.double YC,
System.double Zc,
System.double Radius
) |
C++/CLI | |
---|
System.Object^ CreateCircleByRadius2(
& System.double XC,
& System.double YC,
& System.double Zc,
& System.double Radius
) |
Parameters
- XC
-
- YC
-
- Zc
-
- Radius
-
See Also