IGetArcs Method (ISketch)
Obsolete. Superseded by ISketch::GetArcs2 and ISketch::IGetArcs2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetArcs() As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketch
Dim value As System.Double
value = instance.IGetArcs() |
C# | |
---|
System.double IGetArcs() |
C++/CLI | |
---|
System.double IGetArcs(); |
See Also