DK for Java | tatukgis.jdk.TGIS_CSAbstract.MarkDeprecated | Constructors | Methods | Properties
Marks this coordinate system definition as deprecated or current.
// Java public void MarkDeprecated( bool _deprecated );
// Oxygene public procedure MarkDeprecated( _deprecated : Boolean ); virtual;
| Name | Type | Description |
|---|---|---|
| _deprecated | bool Boolean | True to mark the definition as deprecated; false to clear the deprecated state. |