DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAbstractList.AddAlias | Methods | Properties
Add new item being alias to an existing one.
// C# public void AddAlias( int _epsg, WideString _wkt, int _master );
' VisualBasic Public Sub AddAlias( ByVal _epsg As Integer, ByVal _wkt As WideString, ByVal _master As Integer )
// Oxygene public procedure AddAlias( _epsg : Integer; _wkt : WideString; _master : Integer );
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | WideString | WKT name for the unit |
_master | int Integer | code of the master item |