Sets the datum target area style and size.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTargetArea( _
ByVal Shape As Integer, _
ByVal Size1 As String, _
ByVal Size2 As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDatumTargetSym
Dim Shape As Integer
Dim Size1 As String
Dim Size2 As String
Dim value As Boolean
value = instance.SetTargetArea(Shape, Size1, Size2)
|
C++/CLI | |
---|
bool SetTargetArea(
& int Shape,
& String^ Size1,
& String^ Size2
) |
Parameters
- Shape
Target area shape or style as defined in swDatumTargetAreaShape_e
- Size1
Target area diameter or width (see Remarks)
- Size2
Target area height (see Remarks)
Return Value
True if the target area parameters were set successfully, false if they were not
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0