ISetFramePointTangent Method (ISketchPoint)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ISetFramePointTangent( _
ByRef ToVector As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPoint
Dim ToVector As Double
Dim value As Boolean
value = instance.ISetFramePointTangent(ToVector)
|
C# | |
---|
bool ISetFramePointTangent(
ref double ToVector
) |
C++/CLI | |
---|
bool ISetFramePointTangent(
& double% ToVector
) |
Parameters
- ToVector
-
See Also