IGetFramePointTangent Method (ISketchPoint)
Obsolete. Not superseded.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetFramePointTangent( _
ByRef Status As Boolean _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPoint
Dim Status As Boolean
Dim value As Double
value = instance.IGetFramePointTangent(Status)
|
C# | |
---|
double IGetFramePointTangent(
out bool Status
) |
C++/CLI | |
---|
double IGetFramePointTangent(
& [Out] bool Status
) |
Parameters
- Status
-
See Also