Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Sub New ( _ id As Integer, _ name As String, _ radius As Double, _ ecc As Double _ ) |
C# |
---|
public Ellipsoid( int id, string name, double radius, double ecc ) |
Visual C++ |
---|
public: Ellipsoid( int id, String^ name, double radius, double ecc ) |
JavaScript |
---|
EGIS.ShapeFileLib.Ellipsoid = function(id, name, radius, ecc); |
Parameters
- id
- Type: System..::..Int32
- name
- Type: System..::..String
- radius
- Type: System..::..Double
- ecc
- Type: System..::..Double