DK for .NET | TatukGIS.NDK.TGIS_CSAbstractList.Fix | Constructors | Methods | Properties
Replaces an existing item matched by EPSG code.
// C# public virtual TGIS_CSAbstract Fix( TGIS_CSAbstract _obj );
' VisualBasic Public Overridable Function Fix( ByVal _obj As TGIS_CSAbstract ) As TGIS_CSAbstract
// Oxygene public function Fix( _obj : TGIS_CSAbstract ) : TGIS_CSAbstract; virtual;
| Name | Type | Description |
|---|---|---|
| _obj | TGIS_CSAbstract | Object containing the replacement definition. |
| Type | Description |
|---|---|
| TGIS_CSAbstract | Object stored in the list after the replacement operation. |