User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csabstract.markdeprecated_boolean

Table of Contents

TGIS_CSAbstract.MarkDeprecated method

DK for .NET | TatukGIS.NDK.TGIS_CSAbstract.MarkDeprecated | Constructors | Methods | Properties

Marks this coordinate system definition as deprecated or current.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual void MarkDeprecated(
  bool _deprecated
);
' VisualBasic
Public Overridable Sub MarkDeprecated(
  ByVal _deprecated As Boolean
)
// Oxygene
public
  procedure MarkDeprecated(
    _deprecated : Boolean
  ); virtual;

Parameters

Name Type Description
_deprecated bool
Boolean
True to mark the definition as deprecated; false to clear the deprecated state.
2026/07/11 00:54

Page Tools