User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramsabstract

Table of Contents

ITGIS_ParamsAbstract interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_ParamsAbstract | Interfaces | Methods | Properties

Abstract base class for all GIS parameter containers.

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

Syntax

// C#
public interface ITGIS_ParamsAbstract: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_ParamsAbstract
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_ParamsAbstract = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
CreateCopy public Make a copy of the object.
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
IsModified public Indicates whether the current Serial value differs from the reset baseline and the params object was modified.
LoadFromConfig public Loads parameters from configuration storage.
LoadFromShapeConfig public Loads parameters from a shape style string.
ResetSerial public Reset serial number counter.
SaveToConfig public Saves parameters to configuration storage.
Touch public Touch the object by incrementing Serial number.

Properties

Inherited Protected
Name Visibility Description
Serial public Serial number incremented after any property change and used for modification tracking, including smart legend updates.
UserObject public User-defined object associated with these params.

2026/07/05 01:24

Page Tools