Sets the location and size of this detail circle.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetParameters( _
ByVal XPosition As Double, _
ByVal YPosition As Double, _
ByVal Radius As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDetailCircle
Dim XPosition As Double
Dim YPosition As Double
Dim Radius As Double
Dim value As Boolean
value = instance.SetParameters(XPosition, YPosition, Radius)
|
Parameters
- XPosition
- x location of the detail circle
- YPosition
y location of the detail circle
- Radius
Size of the radius of the detail circle
Return Value
True if the detail circle is created at the specified location and at the specified size, false if not
Remarks
See Also
Availability
SolidWorks 2005 FCS, Revision Number 13.0