Gets the underlying curve for this edge.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetCurve() As Curve |
Visual Basic (Usage) | |
---|
Dim instance As IEdge
Dim value As Curve
value = instance.IGetCurve() |
C++/CLI | |
---|
Curve^ IGetCurve(); |
Return Value
Pointer to the underlying curve for this edge
Example
See Also