DK11 for .NET | TatukGIS.NDK.TGIS_CSAbstractList.AddAlias | Constructors | Methods | Properties
Add new item being alias to an existing one.
// C# public virtual void AddAlias( int _epsg, string _wkt, int _master );
' VisualBasic Public Overridable Sub AddAlias( ByVal _epsg As Integer, ByVal _wkt As String, ByVal _master As Integer )
// Oxygene public procedure AddAlias( _epsg : Integer; _wkt : String; _master : Integer ); virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit |
_wkt | string String | WKT name for the unit |
_master | int Integer | code of the master item |