DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSDatum.Create_ | Methods | Properties
Create an instance.
// C# public void Create_( int _epsg, WideString _wkt, int _ellipsoid, int _transform );
' VisualBasic Public Sub Create_( ByVal _epsg As Integer, ByVal _wkt As WideString, ByVal _ellipsoid As Integer, ByVal _transform As Integer )
// Oxygene public procedure Create_( _epsg : Integer; _wkt : WideString; _ellipsoid : Integer; _transform : Integer );
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | WideString | WKT name for the unit |
_ellipsoid | int Integer | EPSG code for ellipsoid |
_transform | int Integer | EPSG code of default coordinate operation |