User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstract.MarkDeprecated method

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

Set object depreciation state.

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
if true
2022/11/16 01:28

Page Tools