DK11 for .NET | TatukGIS.NDK.TGIS_CSAreaList.Fix | Constructors | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// C# public virtual TGIS_CSArea Fix( int _epsg, string _name );
' VisualBasic Public Overridable Function Fix( ByVal _epsg As Integer, ByVal _name As String ) As TGIS_CSArea
// Oxygene public function Fix( _epsg : Integer; _name : String ) : TGIS_CSArea; reintroduce; virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool |
_name | string String | area name |
Type | Description |
---|---|
TGIS_CSArea | Fixed object. |