[C#]
SimpleSOEInterfaces_VBNet.cs
[Visual Basic .NET]
SimpleSOEInterfaces_VBNet.vb
Imports Microsoft.VisualBasic
Imports System.Runtime.InteropServices
Imports ESRI.ArcGIS.Geometry
Namespace SimpleSOEInterfaces_VBNet
<GuidAttribute("5BCA557B-C817-4369-8757-B3981ED06DBA")> _
Public Interface IUtilSOE_VBNet
Function ReturnCircle(ByRef inpoint As IPoint, ByRef radius As Double) As IGeometry
End Interface
End Namespace