DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSAreaList.Fix | Methods | Properties
Fix item by substituting exiting item based on EPSG code.
// C# public ITGIS_CSArea Fix( int _epsg, WideString _name );
' VisualBasic Public Function Fix( ByVal _epsg As Integer, ByVal _name As WideString ) As ITGIS_CSArea
// Oxygene public function Fix( _epsg : Integer; _name : WideString ) : ITGIS_CSArea;
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 | WideString | area name |
Type | Description |
---|---|
ITGIS_CSArea | Fixed object. |