DK for .NET | TatukGIS.NDK.TGIS_CSAbstractList.AddAlias | Constructors | Methods | Properties
Adds a new alias item for an existing definition.
// 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 assigned to the alias definition. |
| _wkt | string String | WKT name assigned to the alias definition. |
| _master | int Integer | EPSG code of the master definition referenced by the alias. |