User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_paramsabstract

Table of Contents

ITGIS_ParamsAbstract interface

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

Common parameters ancestor.

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 initial serial was modified (Params was touched).
LoadFromConfig public Load parameters from the configuration file.
ResetSerial public Reset serial numer conter.
SaveToConfig public Save parameters into the configuration file.
Touch public Touch the object by incrementing Serial number.

Properties

Inherited Protected
Name Visibility Description
Serial public Serial number updated after any property change.
UserObject public UserObject can be used to associate with Params a user-defined object.

2024/12/20 22:16

Page Tools