Sets the direction of the cut extrude for this simple hole feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetDirectionReference( _
ByVal Ref1 As Object, _
ByVal Ref2 As Object _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISimpleHoleFeatureData2
Dim Ref1 As Object
Dim Ref2 As Object
Dim value As Boolean
value = instance.SetDirectionReference(Ref1, Ref2)
|
C# | |
---|
bool SetDirectionReference(
object Ref1,
object Ref2
) |
C++/CLI | |
---|
bool SetDirectionReference(
& Object^ Ref1,
& Object^ Ref2
) |
Parameters
- Ref1
- First reference entity (see Remarks)
- Ref2
- Second reference entity (see Remarks)
Return Value
True if the direction for the cut is set, false if not
Remarks
See Also
Availability
SolidWorks 2004 SP1, Revision Number 12.1