DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ParamsAbstract | Interfaces | Methods | Properties
Common parameters ancestor.
// C# public interface ITGIS_ParamsAbstract: ITBaseObject { }
' VisualBasic Public Interface ITGIS_ParamsAbstract Implements ITBaseObject End Class
// Oxygene type ITGIS_ParamsAbstract = public interface( ITBaseObject ) end;
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. | |
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. | |